Html Css Color HEX #BBDC20 Fuego

📋 copy color: '#BBDC20'

red 187 ◦ green 220 ◦ blue 32

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

Shades of Fuego #BBDC20

Tints of Fuego #BBDC20

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.11%

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

R = 42.6%
G = 50.11%
B = 7.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#BBDC20 (or 0xBBDC20) is known color: Fuego. HEX triplet: BB, DC and 20. RGB value is (187,220,32). Sum of RGB (Red+Green+Blue) = 187+220+32=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 32 (12.89% from 255 or 7.29% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDC20 is #4423DF. Grayscale: #BDBDBD. Windows color (decimal): -4465632 or 2153659. OLE color: 2153659.

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

Color convert

RGB 187 220 32 -
CMYK 0.15 0 0.85 0.14
HSL 70.53º 0.75% 0.49% -
HSV(B) 70.53º 0.85% 0.86% -
XYZ 46.35 61.86 10.86 -
YUV 188.7 39.57 126.79 -
System Red Green Blue C M Y K H S L
Decimal 187 220 32 0.15 0 0.85 0.14 70.53 0.75 0.49
Hex BB DC 20 F 0 55 E 47 4B 31
Octal 273 334 40 17 0 125 16 107 113 61
Binary 10111011 11011100 100000 1111 0 1010101 1110 1000111 1001011 110001

Color Harmonies of #BBDC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC20

Black with #BBDC20

Text Example


Text Example

White with #BBDC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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