Html Css Color HEX #BDBF89 Pine Glade

📋 copy color: '#BDBF89'

red 189 ◦ green 191 ◦ blue 137

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

Shades of Pine Glade #BDBF89

Tints of Pine Glade #BDBF89

RGB

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

 GREEN value IS 191 (75% from 255) = 36.94%

 BLUE value IS 137 (53.91% from 255) = 26.5%

R = 36.56%
G = 36.94%
B = 26.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BDBF89 (or 0xBDBF89) is known color: Pine Glade. HEX triplet: BD, BF and 89. RGB value is (189,191,137). Sum of RGB (Red+Green+Blue) = 189+191+137=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 137 (53.91% from 255 or 26.50% from 517); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBF89 is #424076. Grayscale: #B8B8B8. Windows color (decimal): -4341879 or 9027517. OLE color: 9027517.

HSL color Cylindrical-coordinate representation of color #BDBF89: hue angle of 62.22º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDBF89 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 191 137 -
CMYK 0.01 0 0.28 0.25
HSL 62.22º 0.3% 0.64% -
HSV(B) 62.22º 0.28% 0.75% -
XYZ 44.13 49.89 30.97 -
YUV 184.25 101.34 131.39 -
System Red Green Blue C M Y K H S L
Decimal 189 191 137 0.01 0 0.28 0.25 62.22 0.3 0.64
Hex BD BF 89 1 0 1C 19 3E 1E 40
Octal 275 277 211 1 0 34 31 76 36 100
Binary 10111101 10111111 10001001 1 0 11100 11001 111110 11110 1000000

Color Harmonies of #BDBF89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBF89

Black with #BDBF89

Text Example


Text Example

White with #BDBF89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBF89; }

 p { color: rgb(189,191,137); }

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

background-color css

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

 a { background-color: rgb(189,191,137); }

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

border-color css

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

 span { border-color: rgb(189,191,137); }

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