Html Css Color HEX #BDB97B Pine Glade

📋 copy color: '#BDB97B'

red 189 ◦ green 185 ◦ blue 123

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

Shades of Pine Glade #BDB97B

Tints of Pine Glade #BDB97B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.75%

R = 38.03%
G = 37.22%
B = 24.75%

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

#BDB97B (or 0xBDB97B) is known color: Pine Glade. HEX triplet: BD, B9 and 7B. RGB value is (189,185,123). Sum of RGB (Red+Green+Blue) = 189+185+123=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 123 (48.44% from 255 or 24.75% from 497); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB97B is #424684. Grayscale: #B3B3B3. Windows color (decimal): -4343429 or 8108477. OLE color: 8108477.

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

Color convert

RGB 189 185 123 -
CMYK 0 0.02 0.35 0.26
HSL 56.36º 0.33% 0.61% -
HSV(B) 56.36º 0.35% 0.74% -
XYZ 41.91 46.95 25.59 -
YUV 179.13 96.33 135.04 -
System Red Green Blue C M Y K H S L
Decimal 189 185 123 0 0.02 0.35 0.26 56.36 0.33 0.61
Hex BD B9 7B 0 2 23 1A 38 21 3D
Octal 275 271 173 0 2 43 32 70 41 75
Binary 10111101 10111001 1111011 0 10 100011 11010 111000 100001 111101

Color Harmonies of #BDB97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB97B

Black with #BDB97B

Text Example


Text Example

White with #BDB97B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB97B; }

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

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

background-color css

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

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

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

border-color css

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

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

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