Html Css Color HEX #BBCC32 Fuego

📋 copy color: '#BBCC32'

red 187 ◦ green 204 ◦ blue 50

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

Shades of Fuego #BBCC32

Tints of Fuego #BBCC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.34%

R = 42.4%
G = 46.26%
B = 11.34%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#BBCC32 (or 0xBBCC32) is known color: Fuego. HEX triplet: BB, CC and 32. RGB value is (187,204,50). Sum of RGB (Red+Green+Blue) = 187+204+50=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCC32 is #4433CD. Grayscale: #B5B5B5. Windows color (decimal): -4469710 or 3329211. OLE color: 3329211.

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

Color convert

RGB 187 204 50 -
CMYK 0.08 0 0.75 0.2
HSL 66.62º 0.61% 0.5% -
HSV(B) 66.62º 0.75% 0.8% -
XYZ 42.66 53.98 11.19 -
YUV 181.36 53.87 132.02 -
System Red Green Blue C M Y K H S L
Decimal 187 204 50 0.08 0 0.75 0.2 66.62 0.61 0.5
Hex BB CC 32 8 0 4B 14 43 3D 32
Octal 273 314 62 10 0 113 24 103 75 62
Binary 10111011 11001100 110010 1000 0 1001011 10100 1000011 111101 110010

Color Harmonies of #BBCC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC32

Black with #BBCC32

Text Example


Text Example

White with #BBCC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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