#BDC372

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

Shades of Pine Glade #BDC372

Tints of Pine Glade #BDC372

Color information

#BDC372 (or 0xBDC372) is unknown color: approx Pine Glade. HEX triplet: BD, C3 and 72. RGB value is (189,195,114). Sum of RGB (Red+Green+Blue) = 189+195+114=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC372 is #423C8D. Grayscale: #B8B8B8. Windows color (decimal): -4340878 or 7521213. OLE color: 7521213.

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

Color convert

RGB189195114-
CMYK0.0300.420.24
HSL64.44º40.3%60.59%-
HSV(B)64.44º41.54%76.47%-
XYZ43.5451.0623.48-
YUV183.9788.51131.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.95%
GREEN value IS 195 (76.56% from 255) = 39.16%
BLUE value IS 114 (44.92% from 255) = 22.89%
R=37.95%
G=39.16%
B=22.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891951140.0300.420.2464.4440.360.59
HexBDC372302A1840283d
Octal2753031623052301005075
Binary10111101110000111110010110101010110001000000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC372; }

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

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

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

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

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

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

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

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