Html Css Color HEX #BBDE31 Fuego

📋 copy color: '#BBDE31'

red 187 ◦ green 222 ◦ blue 49

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

Shades of Fuego #BBDE31

Tints of Fuego #BBDE31

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.47%

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

R = 40.83%
G = 48.47%
B = 10.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#BBDE31 (or 0xBBDE31) is known color: Fuego. HEX triplet: BB, DE and 31. RGB value is (187,222,49). Sum of RGB (Red+Green+Blue) = 187+222+49=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 222 (87.11% from 255 or 48.47% from 458); Blue value is 49 (19.53% from 255 or 10.70% from 458); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDE31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDE31 is #4421CE. Grayscale: #C0C0C0. Windows color (decimal): -4465103 or 3268283. OLE color: 3268283.

HSL color Cylindrical-coordinate representation of color #BBDE31: hue angle of 72.14º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BBDE31 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 222 49 -
CMYK 0.16 0 0.78 0.13
HSL 72.14º 0.72% 0.53% -
HSV(B) 72.14º 0.78% 0.87% -
XYZ 47.17 63.03 12.59 -
YUV 191.81 47.4 124.57 -
System Red Green Blue C M Y K H S L
Decimal 187 222 49 0.16 0 0.78 0.13 72.14 0.72 0.53
Hex BB DE 31 10 0 4E D 48 48 35
Octal 273 336 61 20 0 116 15 110 110 65
Binary 10111011 11011110 110001 10000 0 1001110 1101 1001000 1001000 110101

Color Harmonies of #BBDE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDE31

Black with #BBDE31

Text Example


Text Example

White with #BBDE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDE31; }

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

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

background-color css

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

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

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

border-color css

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

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

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