#BDC07F

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

Shades of Pine Glade #BDC07F

Tints of Pine Glade #BDC07F

Color information

#BDC07F (or 0xBDC07F) is unknown color: approx Pine Glade. HEX triplet: BD, C0 and 7F. RGB value is (189,192,127). Sum of RGB (Red+Green+Blue) = 189+192+127=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC07F is #423F80. Grayscale: #B7B7B7. Windows color (decimal): -4341633 or 8372413. OLE color: 8372413.

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

Color convert

RGB189192127-
CMYK0.0200.340.25
HSL62.77º34.03%62.55%-
HSV(B)62.77º33.85%75.29%-
XYZ43.6750.0527.44-
YUV183.6996.01131.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.20%
GREEN value IS 192 (75.39% from 255) = 37.80%
BLUE value IS 127 (50% from 255) = 25%
R=37.20%
G=37.80%
B=25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891921270.0200.340.2562.7734.0362.55
HexBDC07F2022193f223f
Octal275300177204231774277
Binary1011110111000000111111110010001011001111111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC07F; }

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

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

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

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

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

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

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

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