Html Css Color HEX #BDB97D Pine Glade

📋 copy color: '#BDB97D'

red 189 ◦ green 185 ◦ blue 125

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

Shades of Pine Glade #BDB97D

Tints of Pine Glade #BDB97D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.05%

R = 37.88%
G = 37.07%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BDB97D (or 0xBDB97D) is known color: Pine Glade. HEX triplet: BD, B9 and 7D. RGB value is (189,185,125). Sum of RGB (Red+Green+Blue) = 189+185+125=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB97D is #424682. Grayscale: #B3B3B3. Windows color (decimal): -4343427 or 8239549. OLE color: 8239549.

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

Color convert

RGB 189 185 125 -
CMYK 0 0.02 0.34 0.26
HSL 56.25º 0.33% 0.62% -
HSV(B) 56.25º 0.34% 0.74% -
XYZ 42.04 47 26.26 -
YUV 179.36 97.33 134.88 -
System Red Green Blue C M Y K H S L
Decimal 189 185 125 0 0.02 0.34 0.26 56.25 0.33 0.62
Hex BD B9 7D 0 2 22 1A 38 21 3E
Octal 275 271 175 0 2 42 32 70 41 76
Binary 10111101 10111001 1111101 0 10 100010 11010 111000 100001 111110

Color Harmonies of #BDB97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB97D

Black with #BDB97D

Text Example


Text Example

White with #BDB97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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