Html Css Color HEX #BDBF85 Pine Glade

📋 copy color: '#BDBF85'

red 189 ◦ green 191 ◦ blue 133

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

Shades of Pine Glade #BDBF85

Tints of Pine Glade #BDBF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.93%

R = 36.84%
G = 37.23%
B = 25.93%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BDBF85 (or 0xBDBF85) is known color: Pine Glade. HEX triplet: BD, BF and 85. RGB value is (189,191,133). Sum of RGB (Red+Green+Blue) = 189+191+133=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBF85 is #42407A. Grayscale: #B8B8B8. Windows color (decimal): -4341883 or 8765373. OLE color: 8765373.

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

Color convert

RGB 189 191 133 -
CMYK 0.01 0 0.30 0.25
HSL 62.07º 0.31% 0.64% -
HSV(B) 62.07º 0.3% 0.75% -
XYZ 43.85 49.77 29.49 -
YUV 183.79 99.34 131.72 -
System Red Green Blue C M Y K H S L
Decimal 189 191 133 0.01 0 0.30 0.25 62.07 0.31 0.64
Hex BD BF 85 1 0 1E 19 3E 1F 40
Octal 275 277 205 1 0 36 31 76 37 100
Binary 10111101 10111111 10000101 1 0 11110 11001 111110 11111 1000000

Color Harmonies of #BDBF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBF85

Black with #BDBF85

Text Example


Text Example

White with #BDBF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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