#BDB77B

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

Shades of Pine Glade #BDB77B

Tints of Pine Glade #BDB77B

Color information

#BDB77B (or 0xBDB77B) is unknown color: approx Pine Glade. HEX triplet: BD, B7 and 7B. RGB value is (189,183,123). Sum of RGB (Red+Green+Blue) = 189+183+123=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB77B is #424884. Grayscale: #B2B2B2. Windows color (decimal): -4343941 or 8107965. OLE color: 8107965.

HSL color Cylindrical-coordinate representation of color #BDB77B: hue angle of 54.55º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDB77B is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB189183123-
CMYK00.030.350.26
HSL54.55º33.33%61.18%-
HSV(B)54.55º34.92%74.12%-
XYZ41.4946.1225.45-
YUV177.9596.99135.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.18%
GREEN value IS 183 (71.88% from 255) = 36.97%
BLUE value IS 123 (48.44% from 255) = 24.85%
R=38.18%
G=36.97%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918312300.030.350.2654.5533.3361.18
HexBDB77B03231A37213d
Octal275267173034332674175
Binary1011110110110111111101101110001111010110111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB77B; }

 p { color: rgb(189,183,123); }

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

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

 a { background-color: rgb(189,183,123); }

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

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

 span { border-color: rgb(189,183,123); }

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