Html Css Color HEX #BBE032 Fuego

📋 copy color: '#BBE032'

red 187 ◦ green 224 ◦ blue 50

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

Shades of Fuego #BBE032

Tints of Fuego #BBE032

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.59%

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

R = 40.56%
G = 48.59%
B = 10.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#BBE032 (or 0xBBE032) is known color: Fuego. HEX triplet: BB, E0 and 32. RGB value is (187,224,50). Sum of RGB (Red+Green+Blue) = 187+224+50=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 224 (87.89% from 255 or 48.59% from 461); Blue value is 50 (19.92% from 255 or 10.85% from 461); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE032 is #441FCD. Grayscale: #C1C1C1. Windows color (decimal): -4464590 or 3334331. OLE color: 3334331.

HSL color Cylindrical-coordinate representation of color #BBE032: hue angle of 72.76º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBE032 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 224 50 -
CMYK 0.17 0 0.78 0.12
HSL 72.76º 0.74% 0.54% -
HSV(B) 72.76º 0.78% 0.88% -
XYZ 47.72 64.11 12.88 -
YUV 193.1 47.24 123.65 -
System Red Green Blue C M Y K H S L
Decimal 187 224 50 0.17 0 0.78 0.12 72.76 0.74 0.54
Hex BB E0 32 11 0 4E C 49 4A 36
Octal 273 340 62 21 0 116 14 111 112 66
Binary 10111011 11100000 110010 10001 0 1001110 1100 1001001 1001010 110110

Color Harmonies of #BBE032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE032

Black with #BBE032

Text Example


Text Example

White with #BBE032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE032; }

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

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

background-color css

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

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

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

border-color css

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

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

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