#BDC775

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

Shades of Pine Glade #BDC775

Tints of Pine Glade #BDC775

Color information

#BDC775 (or 0xBDC775) is unknown color: approx Pine Glade. HEX triplet: BD, C7 and 75. RGB value is (189,199,117). Sum of RGB (Red+Green+Blue) = 189+199+117=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 199 (78.12% from 255 or 39.41% from 505); Blue value is 117 (46.09% from 255 or 23.17% from 505); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC775 is #42388A. Grayscale: #BABABA. Windows color (decimal): -4339851 or 7718845. OLE color: 7718845.

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

Color convert

RGB189199117-
CMYK0.0500.410.22
HSL67.32º42.27%61.96%-
HSV(B)67.32º41.21%78.04%-
XYZ44.6252.9524.7-
YUV186.6688.69129.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.43%
GREEN value IS 199 (78.12% from 255) = 39.41%
BLUE value IS 117 (46.09% from 255) = 23.17%
R=37.43%
G=39.41%
B=23.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891991170.0500.410.2267.3242.2761.96
HexBDC775502916432a3e
Octal2753071655051261035276
Binary101111011100011111101011010101001101101000011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC775; }

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

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

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

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

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

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

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

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