Html Css Color HEX #BBD931 Fuego

📋 copy color: '#BBD931'

red 187 ◦ green 217 ◦ blue 49

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

Shades of Fuego #BBD931

Tints of Fuego #BBD931

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.9%

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

R = 41.28%
G = 47.9%
B = 10.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#BBD931 (or 0xBBD931) is known color: Fuego. HEX triplet: BB, D9 and 31. RGB value is (187,217,49). Sum of RGB (Red+Green+Blue) = 187+217+49=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 217 (85.16% from 255 or 47.90% from 453); Blue value is 49 (19.53% from 255 or 10.82% from 453); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD931 is #4426CE. Grayscale: #BDBDBD. Windows color (decimal): -4466383 or 3267003. OLE color: 3267003.

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

Color convert

RGB 187 217 49 -
CMYK 0.14 0 0.77 0.15
HSL 70.71º 0.69% 0.52% -
HSV(B) 70.71º 0.77% 0.85% -
XYZ 45.86 60.41 12.15 -
YUV 188.88 49.06 126.66 -
System Red Green Blue C M Y K H S L
Decimal 187 217 49 0.14 0 0.77 0.15 70.71 0.69 0.52
Hex BB D9 31 E 0 4D F 47 45 34
Octal 273 331 61 16 0 115 17 107 105 64
Binary 10111011 11011001 110001 1110 0 1001101 1111 1000111 1000101 110100

Color Harmonies of #BBD931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD931

Black with #BBD931

Text Example


Text Example

White with #BBD931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD931; }

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

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

background-color css

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

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

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

border-color css

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

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

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