Html Css Color HEX #BDB97A Pine Glade

📋 copy color: '#BDB97A'

red 189 ◦ green 185 ◦ blue 122

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

Shades of Pine Glade #BDB97A

Tints of Pine Glade #BDB97A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.6%

R = 38.1%
G = 37.3%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BDB97A (or 0xBDB97A) is known color: Pine Glade. HEX triplet: BD, B9 and 7A. RGB value is (189,185,122). Sum of RGB (Red+Green+Blue) = 189+185+122=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 122 (48.05% from 255 or 24.60% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB97A is #424685. Grayscale: #B3B3B3. Windows color (decimal): -4343430 or 8042941. OLE color: 8042941.

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

Color convert

RGB 189 185 122 -
CMYK 0 0.02 0.35 0.26
HSL 56.42º 0.34% 0.61% -
HSV(B) 56.42º 0.35% 0.74% -
XYZ 41.85 46.92 25.26 -
YUV 179.01 95.83 135.12 -
System Red Green Blue C M Y K H S L
Decimal 189 185 122 0 0.02 0.35 0.26 56.42 0.34 0.61
Hex BD B9 7A 0 2 23 1A 38 22 3D
Octal 275 271 172 0 2 43 32 70 42 75
Binary 10111101 10111001 1111010 0 10 100011 11010 111000 100010 111101

Color Harmonies of #BDB97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB97A

Black with #BDB97A

Text Example


Text Example

White with #BDB97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB97A; }

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

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

background-color css

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

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

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

border-color css

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

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

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