#BDC677

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

Shades of Pine Glade #BDC677

Tints of Pine Glade #BDC677

Color information

#BDC677 (or 0xBDC677) is unknown color: approx Pine Glade. HEX triplet: BD, C6 and 77. RGB value is (189,198,119). Sum of RGB (Red+Green+Blue) = 189+198+119=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC677 is #423988. Grayscale: #BABABA. Windows color (decimal): -4340105 or 7849661. OLE color: 7849661.

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

Color convert

RGB189198119-
CMYK0.0500.400.22
HSL66.84º40.93%62.16%-
HSV(B)66.84º39.9%77.65%-
XYZ44.5152.5425.25-
YUV186.390.02129.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.35%
GREEN value IS 198 (77.73% from 255) = 39.13%
BLUE value IS 119 (46.88% from 255) = 23.52%
R=37.35%
G=39.13%
B=23.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891981190.0500.400.2266.8440.9362.16
HexBDC67750281643293e
Octal2753061675050261035176
Binary101111011100011011101111010101000101101000011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC677; }

 p { color: rgb(189,198,119); }

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

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

 a { background-color: rgb(189,198,119); }

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

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

 span { border-color: rgb(189,198,119); }

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