#BCCD28

Color #BCCD28 Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #BCCD28

Tints of Fuego #BCCD28

Color information

#BCCD28 (or 0xBCCD28) is unknown color: approx Fuego. HEX triplet: BC, CD and 28. RGB value is (188,205,40). Sum of RGB (Red+Green+Blue) = 188+205+40=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 205 (80.47% from 255 or 47.34% from 433); Blue value is 40 (16.02% from 255 or 9.24% from 433); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCD28 is #4332D7. Grayscale: #B5B5B5. Windows color (decimal): -4403928 or 2674108. OLE color: 2674108.

HSL color Cylindrical-coordinate representation of color #BCCD28: hue angle of 66.18º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCCD28 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB18820540-
CMYK0.0800.800.20
HSL66.18º67.35%48.04%-
HSV(B)66.18º80.49%80.39%-
XYZ42.9554.5110.26-
YUV181.1148.37132.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.42%
GREEN value IS 205 (80.47% from 255) = 47.34%
BLUE value IS 40 (16.02% from 255) = 9.24%
R=43.42%
G=47.34%
B=9.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal188205400.0800.800.2066.1867.3548.04
HexBCCD28805014424330
Octal274315501001202410210360
Binary10111100110011011010001000010100001010010000101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCD28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCD28; }

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

 H1.HeaderClassName
 {
   color: #BCCD28;
 }
 .AnyTagClassName
 {
   color: #BCCD28;
 }
</style>
background-color css

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

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

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

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

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

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