#BDC772

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

Shades of Pine Glade #BDC772

Tints of Pine Glade #BDC772

Color information

#BDC772 (or 0xBDC772) is unknown color: approx Pine Glade. HEX triplet: BD, C7 and 72. RGB value is (189,199,114). Sum of RGB (Red+Green+Blue) = 189+199+114=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC772 is #42388D. Grayscale: #BABABA. Windows color (decimal): -4339854 or 7522237. OLE color: 7522237.

HSL color Cylindrical-coordinate representation of color #BDC772: hue angle of 67.06º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDC772 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB189199114-
CMYK0.0500.430.22
HSL67.06º43.15%61.37%-
HSV(B)67.06º42.71%78.04%-
XYZ44.4552.8823.78-
YUV186.3287.19129.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.65%
GREEN value IS 199 (78.12% from 255) = 39.64%
BLUE value IS 114 (44.92% from 255) = 22.71%
R=37.65%
G=39.64%
B=22.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891991140.0500.430.2267.0643.1561.37
HexBDC772502B16432b3d
Octal2753071625053261035375
Binary101111011100011111100101010101011101101000011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC772; }

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

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

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

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

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

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

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

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