Html Css Color HEX #BBCC31 Fuego

📋 copy color: '#BBCC31'

red 187 ◦ green 204 ◦ blue 49

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

Shades of Fuego #BBCC31

Tints of Fuego #BBCC31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.14%

R = 42.5%
G = 46.36%
B = 11.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#BBCC31 (or 0xBBCC31) is known color: Fuego. HEX triplet: BB, CC and 31. RGB value is (187,204,49). Sum of RGB (Red+Green+Blue) = 187+204+49=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 49 (19.53% from 255 or 11.14% from 440); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCC31 is #4433CE. Grayscale: #B5B5B5. Windows color (decimal): -4469711 or 3263675. OLE color: 3263675.

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

Color convert

RGB 187 204 49 -
CMYK 0.08 0 0.76 0.2
HSL 66.58º 0.61% 0.5% -
HSV(B) 66.58º 0.76% 0.8% -
XYZ 42.64 53.97 11.08 -
YUV 181.25 53.37 132.1 -
System Red Green Blue C M Y K H S L
Decimal 187 204 49 0.08 0 0.76 0.2 66.58 0.61 0.5
Hex BB CC 31 8 0 4C 14 43 3D 32
Octal 273 314 61 10 0 114 24 103 75 62
Binary 10111011 11001100 110001 1000 0 1001100 10100 1000011 111101 110010

Color Harmonies of #BBCC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC31

Black with #BBCC31

Text Example


Text Example

White with #BBCC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC31; }

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

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

background-color css

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

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

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

border-color css

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

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

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