Html Css Color HEX #BBDD20 Fuego

📋 copy color: '#BBDD20'

red 187 ◦ green 221 ◦ blue 32

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

Shades of Fuego #BBDD20

Tints of Fuego #BBDD20

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.23%

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

R = 42.5%
G = 50.23%
B = 7.27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#BBDD20 (or 0xBBDD20) is known color: Fuego. HEX triplet: BB, DD and 20. RGB value is (187,221,32). Sum of RGB (Red+Green+Blue) = 187+221+32=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 32 (12.89% from 255 or 7.27% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDD20 is #4422DF. Grayscale: #BEBEBE. Windows color (decimal): -4465376 or 2153915. OLE color: 2153915.

HSL color Cylindrical-coordinate representation of color #BBDD20: hue angle of 70.79º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBDD20 is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 221 32 -
CMYK 0.15 0 0.86 0.13
HSL 70.79º 0.75% 0.5% -
HSV(B) 70.79º 0.86% 0.87% -
XYZ 46.61 62.38 10.95 -
YUV 189.29 39.24 126.37 -
System Red Green Blue C M Y K H S L
Decimal 187 221 32 0.15 0 0.86 0.13 70.79 0.75 0.5
Hex BB DD 20 F 0 56 D 47 4B 32
Octal 273 335 40 17 0 126 15 107 113 62
Binary 10111011 11011101 100000 1111 0 1010110 1101 1000111 1001011 110010

Color Harmonies of #BBDD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDD20

Black with #BBDD20

Text Example


Text Example

White with #BBDD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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