#BDC376

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

Shades of Pine Glade #BDC376

Tints of Pine Glade #BDC376

Color information

#BDC376 (or 0xBDC376) is unknown color: approx Pine Glade. HEX triplet: BD, C3 and 76. RGB value is (189,195,118). Sum of RGB (Red+Green+Blue) = 189+195+118=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC376 is #423C89. Grayscale: #B8B8B8. Windows color (decimal): -4340874 or 7783357. OLE color: 7783357.

HSL color Cylindrical-coordinate representation of color #BDC376: hue angle of 64.68º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDC376 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB189195118-
CMYK0.0300.390.24
HSL64.68º39.09%61.37%-
HSV(B)64.68º39.49%76.47%-
XYZ43.7751.1624.71-
YUV184.4390.51131.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.65%
GREEN value IS 195 (76.56% from 255) = 38.84%
BLUE value IS 118 (46.48% from 255) = 23.51%
R=37.65%
G=38.84%
B=23.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891951180.0300.390.2464.6839.0961.37
HexBDC37630271841273d
Octal2753031663047301014775
Binary10111101110000111110110110100111110001000001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC376; }

 p { color: rgb(189,195,118); }

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

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

 a { background-color: rgb(189,195,118); }

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

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

 span { border-color: rgb(189,195,118); }

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