#BDCE74

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

Shades of Pine Glade #BDCE74

Tints of Pine Glade #BDCE74

Color information

#BDCE74 (or 0xBDCE74) is unknown color: approx Pine Glade. HEX triplet: BD, CE and 74. RGB value is (189,206,116). Sum of RGB (Red+Green+Blue) = 189+206+116=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 116 (45.70% from 255 or 22.70% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCE74 is #42318B. Grayscale: #BEBEBE. Windows color (decimal): -4338060 or 7655101. OLE color: 7655101.

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

Color convert

RGB189206116-
CMYK0.0800.440.19
HSL71.33º47.87%63.14%-
HSV(B)71.33º43.69%80.78%-
XYZ46.2156.2224.94-
YUV190.6685.87126.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.99%
GREEN value IS 206 (80.86% from 255) = 40.31%
BLUE value IS 116 (45.70% from 255) = 22.70%
R=36.99%
G=40.31%
B=22.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1892061160.0800.440.1971.3347.8763.14
HexBDCE74802C1347303f
Octal27531616410054231076077
Binary1011110111001110111010010000101100100111000111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCE74; }

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

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

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

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

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

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

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

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