#BDBF77

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

Shades of Pine Glade #BDBF77

Tints of Pine Glade #BDBF77

Color information

#BDBF77 (or 0xBDBF77) is unknown color: approx Pine Glade. HEX triplet: BD, BF and 77. RGB value is (189,191,119). Sum of RGB (Red+Green+Blue) = 189+191+119=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBF77 is #424088. Grayscale: #B6B6B6. Windows color (decimal): -4341897 or 7847869. OLE color: 7847869.

HSL color Cylindrical-coordinate representation of color #BDBF77: hue angle of 61.67º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDBF77 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB189191119-
CMYK0.0100.380.25
HSL61.67º36%60.78%-
HSV(B)61.67º37.7%74.9%-
XYZ42.9549.4124.73-
YUV182.1992.34132.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.88%
GREEN value IS 191 (75% from 255) = 38.28%
BLUE value IS 119 (46.88% from 255) = 23.85%
R=37.88%
G=38.28%
B=23.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891911190.0100.380.2561.673660.78
HexBDBF771026193e243d
Octal275277167104631764475
Binary101111011011111111101111010011011001111110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBF77; }

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

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

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

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

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

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

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

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