#BDCE39

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

Shades of Fuego #BDCE39

Tints of Fuego #BDCE39

Color information

#BDCE39 (or 0xBDCE39) is unknown color: approx Fuego. HEX triplet: BD, CE and 39. RGB value is (189,206,57). Sum of RGB (Red+Green+Blue) = 189+206+57=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 57 (22.66% from 255 or 12.61% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDCE39 is #4231C6. Grayscale: #B8B8B8. Windows color (decimal): -4338119 or 3788477. OLE color: 3788477.

HSL color Cylindrical-coordinate representation of color #BDCE39: hue angle of 66.85º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDCE39 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB18920657-
CMYK0.0800.720.19
HSL66.85º60.32%51.57%-
HSV(B)66.85º72.33%80.78%-
XYZ43.855.2612.23-
YUV183.9356.37131.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.81%
GREEN value IS 206 (80.86% from 255) = 45.58%
BLUE value IS 57 (22.66% from 255) = 12.61%
R=41.81%
G=45.58%
B=12.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal189206570.0800.720.1966.8560.3251.57
HexBDCE39804813433c34
Octal27531671100110231037464
Binary1011110111001110111001100001001000100111000011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCE39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCE39; }

 p { color: rgb(189,206,57); }

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

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

 a { background-color: rgb(189,206,57); }

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

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

 span { border-color: rgb(189,206,57); }

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