#BDCA3C

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

Shades of Fuego #BDCA3C

Tints of Fuego #BDCA3C

Color information

#BDCA3C (or 0xBDCA3C) is unknown color: approx Fuego. HEX triplet: BD, CA and 3C. RGB value is (189,202,60). Sum of RGB (Red+Green+Blue) = 189+202+60=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 60 (23.83% from 255 or 13.30% from 451); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCA3C is #4235C3. Grayscale: #B6B6B6. Windows color (decimal): -4339140 or 3984061. OLE color: 3984061.

HSL color Cylindrical-coordinate representation of color #BDCA3C: hue angle of 65.49º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDCA3C is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB18920260-
CMYK0.0600.700.21
HSL65.49º57.26%51.37%-
HSV(B)65.49º70.3%79.22%-
XYZ42.9253.3912.32-
YUV181.9259.19133.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.91%
GREEN value IS 202 (79.30% from 255) = 44.79%
BLUE value IS 60 (23.83% from 255) = 13.30%
R=41.91%
G=44.79%
B=13.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal189202600.0600.700.2165.4957.2651.37
HexBDCA3C604615413933
Octal2753127460106251017163
Binary101111011100101011110011001000110101011000001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCA3C; }

 p { color: rgb(189,202,60); }

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

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

 a { background-color: rgb(189,202,60); }

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

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

 span { border-color: rgb(189,202,60); }

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