#BDCC28

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

Shades of Fuego #BDCC28

Tints of Fuego #BDCC28

Color information

#BDCC28 (or 0xBDCC28) is unknown color: approx Fuego. HEX triplet: BD, CC and 28. RGB value is (189,204,40). Sum of RGB (Red+Green+Blue) = 189+204+40=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 40 (16.02% from 255 or 9.24% from 433); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCC28 is #4233D7. Grayscale: #B5B5B5. Windows color (decimal): -4338648 or 2673853. OLE color: 2673853.

HSL color Cylindrical-coordinate representation of color #BDCC28: hue angle of 65.49º 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 #BDCC28 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.

Color convert

RGB18920440-
CMYK0.0700.800.2
HSL65.49º67.21%47.84%-
HSV(B)65.49º80.39%80%-
XYZ42.9654.1610.2-
YUV180.8248.53133.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.65%
GREEN value IS 204 (80.08% from 255) = 47.11%
BLUE value IS 40 (16.02% from 255) = 9.24%
R=43.65%
G=47.11%
B=9.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal189204400.0700.800.265.4967.2147.84
HexBDCC28705014414330
Octal27531450701202410110360
Binary1011110111001100101000111010100001010010000011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCC28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCC28; }

 p { color: rgb(189,204,40); }

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

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

 a { background-color: rgb(189,204,40); }

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

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

 span { border-color: rgb(189,204,40); }

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