#BDCC75

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

Shades of Pine Glade #BDCC75

Tints of Pine Glade #BDCC75

Color information

#BDCC75 (or 0xBDCC75) is unknown color: approx Pine Glade. HEX triplet: BD, CC and 75. RGB value is (189,204,117). Sum of RGB (Red+Green+Blue) = 189+204+117=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCC75 is #42338A. Grayscale: #BDBDBD. Windows color (decimal): -4338571 or 7720125. OLE color: 7720125.

HSL color Cylindrical-coordinate representation of color #BDCC75: hue angle of 70.34º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDCC75 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB189204117-
CMYK0.0700.430.2
HSL70.34º46.03%62.94%-
HSV(B)70.34º42.65%80%-
XYZ45.7955.2925.09-
YUV189.687.03127.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.06%
GREEN value IS 204 (80.08% from 255) = 40%
BLUE value IS 117 (46.09% from 255) = 22.94%
R=37.06%
G=40%
B=22.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1892041170.0700.430.270.3446.0362.94
HexBDCC75702B14462e3f
Octal2753141657053241065677
Binary101111011100110011101011110101011101001000110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCC75; }

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

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

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

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

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

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

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

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