Html Css Color HEX #BDBF83 Pine Glade

📋 copy color: '#BDBF83'

red 189 ◦ green 191 ◦ blue 131

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

Shades of Pine Glade #BDBF83

Tints of Pine Glade #BDBF83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.64%

R = 36.99%
G = 37.38%
B = 25.64%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BDBF83 (or 0xBDBF83) is known color: Pine Glade. HEX triplet: BD, BF and 83. RGB value is (189,191,131). Sum of RGB (Red+Green+Blue) = 189+191+131=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 131 (51.56% from 255 or 25.64% from 511); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBF83 is #42407C. Grayscale: #B7B7B7. Windows color (decimal): -4341885 or 8634301. OLE color: 8634301.

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

Color convert

RGB 189 191 131 -
CMYK 0.01 0 0.31 0.25
HSL 62º 0.32% 0.63% -
HSV(B) 62º 0.31% 0.75% -
XYZ 43.71 49.72 28.77 -
YUV 183.56 98.34 131.88 -
System Red Green Blue C M Y K H S L
Decimal 189 191 131 0.01 0 0.31 0.25 62 0.32 0.63
Hex BD BF 83 1 0 1F 19 3E 20 3F
Octal 275 277 203 1 0 37 31 76 40 77
Binary 10111101 10111111 10000011 1 0 11111 11001 111110 100000 111111

Color Harmonies of #BDBF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBF83

Black with #BDBF83

Text Example


Text Example

White with #BDBF83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBF83; }

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

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

background-color css

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

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

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

border-color css

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

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

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