Html Css Color HEX #BCDB28 Fuego

📋 copy color: '#BCDB28'

red 188 ◦ green 219 ◦ blue 40

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

Shades of Fuego #BCDB28

Tints of Fuego #BCDB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.95%

R = 42.06%
G = 48.99%
B = 8.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#BCDB28 (or 0xBCDB28) is known color: Fuego. HEX triplet: BC, DB and 28. RGB value is (188,219,40). Sum of RGB (Red+Green+Blue) = 188+219+40=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 219 (85.94% from 255 or 48.99% from 447); Blue value is 40 (16.02% from 255 or 8.95% from 447); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDB28 is #4324D7. Grayscale: #BEBEBE. Windows color (decimal): -4400344 or 2677692. OLE color: 2677692.

HSL color Cylindrical-coordinate representation of color #BCDB28: hue angle of 70.39º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCDB28 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 219 40 -
CMYK 0.14 0 0.82 0.14
HSL 70.39º 0.71% 0.51% -
HSV(B) 70.39º 0.82% 0.86% -
XYZ 46.45 61.51 11.43 -
YUV 189.33 43.73 127.05 -
System Red Green Blue C M Y K H S L
Decimal 188 219 40 0.14 0 0.82 0.14 70.39 0.71 0.51
Hex BC DB 28 E 0 52 E 46 47 33
Octal 274 333 50 16 0 122 16 106 107 63
Binary 10111100 11011011 101000 1110 0 1010010 1110 1000110 1000111 110011

Color Harmonies of #BCDB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB28

Black with #BCDB28

Text Example


Text Example

White with #BCDB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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