Html Css Color HEX #BDB97E Pine Glade

📋 copy color: '#BDB97E'

red 189 ◦ green 185 ◦ blue 126

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

Shades of Pine Glade #BDB97E

Tints of Pine Glade #BDB97E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.2%

R = 37.8%
G = 37%
B = 25.2%

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

#BDB97E (or 0xBDB97E) is known color: Pine Glade. HEX triplet: BD, B9 and 7E. RGB value is (189,185,126). Sum of RGB (Red+Green+Blue) = 189+185+126=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 126 (49.61% from 255 or 25.2% from 500); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB97E is #424681. Grayscale: #B3B3B3. Windows color (decimal): -4343426 or 8305085. OLE color: 8305085.

HSL color Cylindrical-coordinate representation of color #BDB97E: hue angle of 56.19º 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 #BDB97E is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 185 126 -
CMYK 0 0.02 0.33 0.26
HSL 56.19º 0.32% 0.62% -
HSV(B) 56.19º 0.33% 0.74% -
XYZ 42.1 47.02 26.6 -
YUV 179.47 97.83 134.8 -
System Red Green Blue C M Y K H S L
Decimal 189 185 126 0 0.02 0.33 0.26 56.19 0.32 0.62
Hex BD B9 7E 0 2 21 1A 38 20 3E
Octal 275 271 176 0 2 41 32 70 40 76
Binary 10111101 10111001 1111110 0 10 100001 11010 111000 100000 111110

Color Harmonies of #BDB97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB97E

Black with #BDB97E

Text Example


Text Example

White with #BDB97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB97E; }

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

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

background-color css

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

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

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

border-color css

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

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

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