#BDC074

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

Shades of Pine Glade #BDC074

Tints of Pine Glade #BDC074

Color information

#BDC074 (or 0xBDC074) is unknown color: approx Pine Glade. HEX triplet: BD, C0 and 74. RGB value is (189,192,116). Sum of RGB (Red+Green+Blue) = 189+192+116=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 116 (45.70% from 255 or 23.34% from 497); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC074 is #423F8B. Grayscale: #B6B6B6. Windows color (decimal): -4341644 or 7651517. OLE color: 7651517.

HSL color Cylindrical-coordinate representation of color #BDC074: hue angle of 62.37º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDC074 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB189192116-
CMYK0.0200.400.25
HSL62.37º37.62%60.39%-
HSV(B)62.37º39.58%75.29%-
XYZ42.9949.7823.87-
YUV182.4490.51132.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.03%
GREEN value IS 192 (75.39% from 255) = 38.63%
BLUE value IS 116 (45.70% from 255) = 23.34%
R=38.03%
G=38.63%
B=23.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891921160.0200.400.2562.3737.6260.39
HexBDC0742028193e263c
Octal275300164205031764674
Binary1011110111000000111010010010100011001111110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC074; }

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

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

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

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

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

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

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

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