Html Css Color HEX #BDB97F Pine Glade

📋 copy color: '#BDB97F'

red 189 ◦ green 185 ◦ blue 127

#BDB97F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Glade #BDB97F

Tints of Pine Glade #BDB97F

RGB

 RED value IS 189 (74.22% from 255) = 37.72%

 GREEN value IS 185 (72.66% from 255) = 36.93%

 BLUE value IS 127 (50% from 255) = 25.35%

R = 37.72%
G = 36.93%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BDB97F (or 0xBDB97F) is known color: Pine Glade. HEX triplet: BD, B9 and 7F. RGB value is (189,185,127). Sum of RGB (Red+Green+Blue) = 189+185+127=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB97F is #424680. Grayscale: #B3B3B3. Windows color (decimal): -4343425 or 8370621. OLE color: 8370621.

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

Color convert

RGB 189 185 127 -
CMYK 0 0.02 0.33 0.26
HSL 56.13º 0.32% 0.62% -
HSV(B) 56.13º 0.33% 0.74% -
XYZ 42.17 47.05 26.94 -
YUV 179.58 98.33 134.72 -
System Red Green Blue C M Y K H S L
Decimal 189 185 127 0 0.02 0.33 0.26 56.13 0.32 0.62
Hex BD B9 7F 0 2 21 1A 38 20 3E
Octal 275 271 177 0 2 41 32 70 40 76
Binary 10111101 10111001 1111111 0 10 100001 11010 111000 100000 111110

Color Harmonies of #BDB97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB97F

Black with #BDB97F

Text Example


Text Example

White with #BDB97F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB97F; }

 p { color: rgb(189,185,127); }

 H1.HeaderClassName
 {
   color: #BDB97F;
 }
 .AnyTagClassName
 {
   color: #BDB97F;
 }
</style>

background-color css

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

 a { background-color: rgb(189,185,127); }

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

border-color css

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

 span { border-color: rgb(189,185,127); }

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