#BDC07E

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

Shades of Pine Glade #BDC07E

Tints of Pine Glade #BDC07E

Color information

#BDC07E (or 0xBDC07E) is unknown color: approx Pine Glade. HEX triplet: BD, C0 and 7E. RGB value is (189,192,126). Sum of RGB (Red+Green+Blue) = 189+192+126=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC07E is #423F81. Grayscale: #B7B7B7. Windows color (decimal): -4341634 or 8306877. OLE color: 8306877.

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

Color convert

RGB189192126-
CMYK0.0200.340.25
HSL62.73º34.38%62.35%-
HSV(B)62.73º34.38%75.29%-
XYZ43.650.0227.1-
YUV183.5895.51131.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.28%
GREEN value IS 192 (75.39% from 255) = 37.87%
BLUE value IS 126 (49.61% from 255) = 24.85%
R=37.28%
G=37.87%
B=24.85%

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
Decimal1891921260.0200.340.2562.7334.3862.35
HexBDC07E2022193f223e
Octal275300176204231774276
Binary1011110111000000111111010010001011001111111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC07E; }

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

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

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

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

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

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

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

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