Html Css Color HEX #BBDF31 Fuego

📋 copy color: '#BBDF31'

red 187 ◦ green 223 ◦ blue 49

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

Shades of Fuego #BBDF31

Tints of Fuego #BBDF31

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.58%

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

R = 40.74%
G = 48.58%
B = 10.68%

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

#BBDF31 (or 0xBBDF31) is known color: Fuego. HEX triplet: BB, DF and 31. RGB value is (187,223,49). Sum of RGB (Red+Green+Blue) = 187+223+49=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 49 (19.53% from 255 or 10.68% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDF31 is #4420CE. Grayscale: #C1C1C1. Windows color (decimal): -4464847 or 3268539. OLE color: 3268539.

HSL color Cylindrical-coordinate representation of color #BBDF31: hue angle of 72.41º degrees, saturation: 0.73, 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 #BBDF31 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 223 49 -
CMYK 0.16 0 0.78 0.13
HSL 72.41º 0.73% 0.53% -
HSV(B) 72.41º 0.78% 0.87% -
XYZ 47.44 63.56 12.67 -
YUV 192.4 47.07 124.15 -
System Red Green Blue C M Y K H S L
Decimal 187 223 49 0.16 0 0.78 0.13 72.41 0.73 0.53
Hex BB DF 31 10 0 4E D 48 49 35
Octal 273 337 61 20 0 116 15 110 111 65
Binary 10111011 11011111 110001 10000 0 1001110 1101 1001000 1001001 110101

Color Harmonies of #BBDF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDF31

Black with #BBDF31

Text Example


Text Example

White with #BBDF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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