Html Css Color HEX #BBD132 Fuego

📋 copy color: '#BBD132'

red 187 ◦ green 209 ◦ blue 50

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

Shades of Fuego #BBD132

Tints of Fuego #BBD132

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.86%

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

R = 41.93%
G = 46.86%
B = 11.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#BBD132 (or 0xBBD132) is known color: Fuego. HEX triplet: BB, D1 and 32. RGB value is (187,209,50). Sum of RGB (Red+Green+Blue) = 187+209+50=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 209 (82.03% from 255 or 46.86% from 446); Blue value is 50 (19.92% from 255 or 11.21% from 446); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD132 is #442ECD. Grayscale: #B8B8B8. Windows color (decimal): -4468430 or 3330491. OLE color: 3330491.

HSL color Cylindrical-coordinate representation of color #BBD132: hue angle of 68.3º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BBD132 is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 209 50 -
CMYK 0.11 0 0.76 0.18
HSL 68.3º 0.63% 0.51% -
HSV(B) 68.3º 0.76% 0.82% -
XYZ 43.87 56.4 11.59 -
YUV 184.3 52.21 129.93 -
System Red Green Blue C M Y K H S L
Decimal 187 209 50 0.11 0 0.76 0.18 68.3 0.63 0.51
Hex BB D1 32 B 0 4C 12 44 3F 33
Octal 273 321 62 13 0 114 22 104 77 63
Binary 10111011 11010001 110010 1011 0 1001100 10010 1000100 111111 110011

Color Harmonies of #BBD132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD132

Black with #BBD132

Text Example


Text Example

White with #BBD132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD132; }

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

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

background-color css

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

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

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

border-color css

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

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

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