Html Css Color HEX #BBDB32 Fuego

📋 copy color: '#BBDB32'

red 187 ◦ green 219 ◦ blue 50

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

Shades of Fuego #BBDB32

Tints of Fuego #BBDB32

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.03%

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

R = 41.01%
G = 48.03%
B = 10.96%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#BBDB32 (or 0xBBDB32) is known color: Fuego. HEX triplet: BB, DB and 32. RGB value is (187,219,50). Sum of RGB (Red+Green+Blue) = 187+219+50=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 50 (19.92% from 255 or 10.96% from 456); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDB32 is #4424CD. Grayscale: #BEBEBE. Windows color (decimal): -4465870 or 3333051. OLE color: 3333051.

HSL color Cylindrical-coordinate representation of color #BBDB32: hue angle of 71.36º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBDB32 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 219 50 -
CMYK 0.15 0 0.77 0.14
HSL 71.36º 0.7% 0.53% -
HSV(B) 71.36º 0.77% 0.86% -
XYZ 46.4 61.46 12.43 -
YUV 190.17 48.9 125.74 -
System Red Green Blue C M Y K H S L
Decimal 187 219 50 0.15 0 0.77 0.14 71.36 0.7 0.53
Hex BB DB 32 F 0 4D E 47 46 35
Octal 273 333 62 17 0 115 16 107 106 65
Binary 10111011 11011011 110010 1111 0 1001101 1110 1000111 1000110 110101

Color Harmonies of #BBDB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDB32

Black with #BBDB32

Text Example


Text Example

White with #BBDB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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