Html Css Color HEX #BBDA31 Fuego

📋 copy color: '#BBDA31'

red 187 ◦ green 218 ◦ blue 49

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

Shades of Fuego #BBDA31

Tints of Fuego #BBDA31

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.02%

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

R = 41.19%
G = 48.02%
B = 10.79%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#BBDA31 (or 0xBBDA31) is known color: Fuego. HEX triplet: BB, DA and 31. RGB value is (187,218,49). Sum of RGB (Red+Green+Blue) = 187+218+49=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 49 (19.53% from 255 or 10.79% from 454); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDA31 is #4425CE. Grayscale: #BEBEBE. Windows color (decimal): -4466127 or 3267259. OLE color: 3267259.

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

Color convert

RGB 187 218 49 -
CMYK 0.14 0 0.78 0.15
HSL 71.01º 0.7% 0.52% -
HSV(B) 71.01º 0.78% 0.85% -
XYZ 46.12 60.93 12.24 -
YUV 189.47 48.73 126.24 -
System Red Green Blue C M Y K H S L
Decimal 187 218 49 0.14 0 0.78 0.15 71.01 0.7 0.52
Hex BB DA 31 E 0 4E F 47 46 34
Octal 273 332 61 16 0 116 17 107 106 64
Binary 10111011 11011010 110001 1110 0 1001110 1111 1000111 1000110 110100

Color Harmonies of #BBDA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA31

Black with #BBDA31

Text Example


Text Example

White with #BBDA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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