Html Css Color HEX #BCF16A Sulu

📋 copy color: '#BCF16A'

red 188 ◦ green 241 ◦ blue 106

#BCF16A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BCF16A

Tints of Sulu #BCF16A

RGB

 RED value IS 188 (73.83% from 255) = 35.14%

 GREEN value IS 241 (94.53% from 255) = 45.05%

 BLUE value IS 106 (41.8% from 255) = 19.81%

R = 35.14%
G = 45.05%
B = 19.81%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCF16A (or 0xBCF16A) is known color: Sulu. HEX triplet: BC, F1 and 6A. RGB value is (188,241,106). Sum of RGB (Red+Green+Blue) = 188+241+106=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 106 (41.80% from 255 or 19.81% from 535); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF16A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF16A is #430E95. Grayscale: #D2D2D2. Windows color (decimal): -4394646 or 7008700. OLE color: 7008700.

HSL color Cylindrical-coordinate representation of color #BCF16A: hue angle of 83.56º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCF16A is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 241 106 -
CMYK 0.22 0 0.56 0.05
HSL 83.56º 0.83% 0.68% -
HSV(B) 83.56º 0.56% 0.95% -
XYZ 54.8 74.64 25.16 -
YUV 209.76 69.44 112.48 -
System Red Green Blue C M Y K H S L
Decimal 188 241 106 0.22 0 0.56 0.05 83.56 0.83 0.68
Hex BC F1 6A 16 0 38 5 54 53 44
Octal 274 361 152 26 0 70 5 124 123 104
Binary 10111100 11110001 1101010 10110 0 111000 101 1010100 1010011 1000100

Color Harmonies of #BCF16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF16A

Black with #BCF16A

Text Example


Text Example

White with #BCF16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF16A; }

 p { color: rgb(188,241,106); }

 H1.HeaderClassName
 {
   color: #BCF16A;
 }
 .AnyTagClassName
 {
   color: #BCF16A;
 }
</style>

background-color css

<style>
 a { background-color: #BCF16A; }

 a { background-color: rgb(188,241,106); }

 div.DivClassName
 {
   background-color: #BCF16A;
 }
 .BgClassName
 {
   background-color: #BCF16A;
 }
</style>

border-color css

<style>
 span { border-color: #BCF16A; }

 span { border-color: rgb(188,241,106); }

 td.TdClassName
 {
   border-color: #BCF16A;
 }
 .TagClassName
 {
   border-color: #BCF16A;
 }
</style>