Html Css Color HEX #BBD331 Fuego

📋 copy color: '#BBD331'

red 187 ◦ green 211 ◦ blue 49

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

Shades of Fuego #BBD331

Tints of Fuego #BBD331

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.2%

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

R = 41.83%
G = 47.2%
B = 10.96%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#BBD331 (or 0xBBD331) is known color: Fuego. HEX triplet: BB, D3 and 31. RGB value is (187,211,49). Sum of RGB (Red+Green+Blue) = 187+211+49=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 211 (82.81% from 255 or 47.20% from 447); Blue value is 49 (19.53% from 255 or 10.96% from 447); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD331 is #442CCE. Grayscale: #B9B9B9. Windows color (decimal): -4467919 or 3265467. OLE color: 3265467.

HSL color Cylindrical-coordinate representation of color #BBD331: hue angle of 68.89º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBD331 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 211 49 -
CMYK 0.11 0 0.77 0.17
HSL 68.89º 0.65% 0.51% -
HSV(B) 68.89º 0.77% 0.83% -
XYZ 44.34 57.38 11.64 -
YUV 185.36 51.05 129.17 -
System Red Green Blue C M Y K H S L
Decimal 187 211 49 0.11 0 0.77 0.17 68.89 0.65 0.51
Hex BB D3 31 B 0 4D 11 45 41 33
Octal 273 323 61 13 0 115 21 105 101 63
Binary 10111011 11010011 110001 1011 0 1001101 10001 1000101 1000001 110011

Color Harmonies of #BBD331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD331

Black with #BBD331

Text Example


Text Example

White with #BBD331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD331; }

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

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

background-color css

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

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

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

border-color css

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

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

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