Html Css Color HEX #B5BD7D Pine Glade

📋 copy color: '#B5BD7D'

red 181 ◦ green 189 ◦ blue 125

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

Shades of Pine Glade #B5BD7D

Tints of Pine Glade #B5BD7D

RGB

 RED value IS 181 (71.09% from 255) = 36.57%

 GREEN value IS 189 (74.22% from 255) = 38.18%

 BLUE value IS 125 (49.22% from 255) = 25.25%

R = 36.57%
G = 38.18%
B = 25.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#B5BD7D (or 0xB5BD7D) is known color: Pine Glade. HEX triplet: B5, BD and 7D. RGB value is (181,189,125). Sum of RGB (Red+Green+Blue) = 181+189+125=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BD7D is #4A4282. Grayscale: #B3B3B3. Windows color (decimal): -4866691 or 8240565. OLE color: 8240565.

HSL color Cylindrical-coordinate representation of color #B5BD7D: hue angle of 67.5º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5BD7D is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 189 125 -
CMYK 0.04 0 0.34 0.26
HSL 67.5º 0.33% 0.62% -
HSV(B) 67.5º 0.34% 0.74% -
XYZ 40.96 47.7 26.45 -
YUV 179.31 97.35 129.2 -
System Red Green Blue C M Y K H S L
Decimal 181 189 125 0.04 0 0.34 0.26 67.5 0.33 0.62
Hex B5 BD 7D 4 0 22 1A 44 21 3E
Octal 265 275 175 4 0 42 32 104 41 76
Binary 10110101 10111101 1111101 100 0 100010 11010 1000100 100001 111110

Color Harmonies of #B5BD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BD7D

Black with #B5BD7D

Text Example


Text Example

White with #B5BD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BD7D; }

 p { color: rgb(181,189,125); }

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

background-color css

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

 a { background-color: rgb(181,189,125); }

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

border-color css

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

 span { border-color: rgb(181,189,125); }

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