Html Css Color HEX #BBCC36 Fuego

📋 copy color: '#BBCC36'

red 187 ◦ green 204 ◦ blue 54

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

Shades of Fuego #BBCC36

Tints of Fuego #BBCC36

RGB

 RED value IS 187 (73.44% from 255) = 42.02%

 GREEN value IS 204 (80.08% from 255) = 45.84%

 BLUE value IS 54 (21.48% from 255) = 12.13%

R = 42.02%
G = 45.84%
B = 12.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#BBCC36 (or 0xBBCC36) is known color: Fuego. HEX triplet: BB, CC and 36. RGB value is (187,204,54). Sum of RGB (Red+Green+Blue) = 187+204+54=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 54 (21.48% from 255 or 12.13% from 445); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCC36 is #4433C9. Grayscale: #B6B6B6. Windows color (decimal): -4469706 or 3591355. OLE color: 3591355.

HSL color Cylindrical-coordinate representation of color #BBCC36: hue angle of 66.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BBCC36 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 204 54 -
CMYK 0.08 0 0.74 0.2
HSL 66.8º 0.6% 0.51% -
HSV(B) 66.8º 0.74% 0.8% -
XYZ 42.75 54.02 11.66 -
YUV 181.82 55.87 131.7 -
System Red Green Blue C M Y K H S L
Decimal 187 204 54 0.08 0 0.74 0.2 66.8 0.6 0.51
Hex BB CC 36 8 0 4A 14 43 3C 33
Octal 273 314 66 10 0 112 24 103 74 63
Binary 10111011 11001100 110110 1000 0 1001010 10100 1000011 111100 110011

Color Harmonies of #BBCC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC36

Black with #BBCC36

Text Example


Text Example

White with #BBCC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC36; }

 p { color: rgb(187,204,54); }

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

background-color css

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

 a { background-color: rgb(187,204,54); }

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

border-color css

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

 span { border-color: rgb(187,204,54); }

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