Html Css Color HEX #BBDA20 Fuego

📋 copy color: '#BBDA20'

red 187 ◦ green 218 ◦ blue 32

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

Shades of Fuego #BBDA20

Tints of Fuego #BBDA20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.32%

R = 42.79%
G = 49.89%
B = 7.32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#BBDA20 (or 0xBBDA20) is known color: Fuego. HEX triplet: BB, DA and 20. RGB value is (187,218,32). Sum of RGB (Red+Green+Blue) = 187+218+32=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 218 (85.55% from 255 or 49.89% from 437); Blue value is 32 (12.89% from 255 or 7.32% from 437); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDA20 is #4425DF. Grayscale: #BCBCBC. Windows color (decimal): -4466144 or 2153147. OLE color: 2153147.

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

Color convert

RGB 187 218 32 -
CMYK 0.14 0 0.85 0.15
HSL 70º 0.74% 0.49% -
HSV(B) 70º 0.85% 0.85% -
XYZ 45.83 60.81 10.69 -
YUV 187.53 40.23 127.62 -
System Red Green Blue C M Y K H S L
Decimal 187 218 32 0.14 0 0.85 0.15 70 0.74 0.49
Hex BB DA 20 E 0 55 F 46 4A 31
Octal 273 332 40 16 0 125 17 106 112 61
Binary 10111011 11011010 100000 1110 0 1010101 1111 1000110 1001010 110001

Color Harmonies of #BBDA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA20

Black with #BBDA20

Text Example


Text Example

White with #BBDA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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