Html Css Color HEX #BCDB20 Fuego

📋 copy color: '#BCDB20'

red 188 ◦ green 219 ◦ blue 32

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

Shades of Fuego #BCDB20

Tints of Fuego #BCDB20

RGB

 RED value IS 188 (73.83% from 255) = 42.82%

 GREEN value IS 219 (85.94% from 255) = 49.89%

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

R = 42.82%
G = 49.89%
B = 7.29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#BCDB20 (or 0xBCDB20) is known color: Fuego. HEX triplet: BC, DB and 20. RGB value is (188,219,32). Sum of RGB (Red+Green+Blue) = 188+219+32=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 219 (85.94% from 255 or 49.89% from 439); Blue value is 32 (12.89% from 255 or 7.29% from 439); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDB20 is #4324DF. Grayscale: #BDBDBD. Windows color (decimal): -4400352 or 2153404. OLE color: 2153404.

HSL color Cylindrical-coordinate representation of color #BCDB20: hue angle of 69.95º 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 #BCDB20 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 219 32 -
CMYK 0.14 0 0.85 0.14
HSL 69.95º 0.75% 0.49% -
HSV(B) 69.95º 0.85% 0.86% -
XYZ 46.33 61.46 10.79 -
YUV 188.41 39.73 127.71 -
System Red Green Blue C M Y K H S L
Decimal 188 219 32 0.14 0 0.85 0.14 69.95 0.75 0.49
Hex BC DB 20 E 0 55 E 46 4B 31
Octal 274 333 40 16 0 125 16 106 113 61
Binary 10111100 11011011 100000 1110 0 1010101 1110 1000110 1001011 110001

Color Harmonies of #BCDB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB20

Black with #BCDB20

Text Example


Text Example

White with #BCDB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB20; }

 p { color: rgb(188,219,32); }

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

background-color css

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

 a { background-color: rgb(188,219,32); }

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

border-color css

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

 span { border-color: rgb(188,219,32); }

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