#BDCC7D

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

Shades of Pine Glade #BDCC7D

Tints of Pine Glade #BDCC7D

Color information

#BDCC7D (or 0xBDCC7D) is unknown color: approx Pine Glade. HEX triplet: BD, CC and 7D. RGB value is (189,204,125). Sum of RGB (Red+Green+Blue) = 189+204+125=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 125 (49.22% from 255 or 24.13% from 518); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCC7D is #423382. Grayscale: #BEBEBE. Windows color (decimal): -4338563 or 8244413. OLE color: 8244413.

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

Color convert

RGB189204125-
CMYK0.0700.390.2
HSL71.39º43.65%64.51%-
HSV(B)71.39º38.73%80%-
XYZ46.2855.4927.67-
YUV190.5191.03126.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.49%
GREEN value IS 204 (80.08% from 255) = 39.38%
BLUE value IS 125 (49.22% from 255) = 24.13%
R=36.49%
G=39.38%
B=24.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1892041250.0700.390.271.3943.6564.51
HexBDCC7D702714472c41
Octal27531417570472410754101
Binary1011110111001100111110111101001111010010001111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCC7D; }

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

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

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

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

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

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

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

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