#BDC47B

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

Shades of Pine Glade #BDC47B

Tints of Pine Glade #BDC47B

Color information

#BDC47B (or 0xBDC47B) is unknown color: approx Pine Glade. HEX triplet: BD, C4 and 7B. RGB value is (189,196,123). Sum of RGB (Red+Green+Blue) = 189+196+123=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 123 (48.44% from 255 or 24.21% from 508); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC47B is #423B84. Grayscale: #B9B9B9. Windows color (decimal): -4340613 or 8111293. OLE color: 8111293.

HSL color Cylindrical-coordinate representation of color #BDC47B: hue angle of 65.75º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDC47B is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB189196123-
CMYK0.0400.370.23
HSL65.75º38.22%62.55%-
HSV(B)65.75º37.24%76.86%-
XYZ44.351.7326.39-
YUV185.5892.68130.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.20%
GREEN value IS 196 (76.95% from 255) = 38.58%
BLUE value IS 123 (48.44% from 255) = 24.21%
R=37.20%
G=38.58%
B=24.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891961230.0400.370.2365.7538.2262.55
HexBDC47B40251742263f
Octal2753041734045271024677
Binary101111011100010011110111000100101101111000010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC47B; }

 p { color: rgb(189,196,123); }

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

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

 a { background-color: rgb(189,196,123); }

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

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

 span { border-color: rgb(189,196,123); }

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