Html Css Color HEX #B5BD7A Pine Glade

📋 copy color: '#B5BD7A'

red 181 ◦ green 189 ◦ blue 122

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

Shades of Pine Glade #B5BD7A

Tints of Pine Glade #B5BD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.8%

R = 36.79%
G = 38.41%
B = 24.8%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#B5BD7A (or 0xB5BD7A) is known color: Pine Glade. HEX triplet: B5, BD and 7A. RGB value is (181,189,122). Sum of RGB (Red+Green+Blue) = 181+189+122=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BD7A is #4A4285. Grayscale: #B3B3B3. Windows color (decimal): -4866694 or 8043957. OLE color: 8043957.

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

Color convert

RGB 181 189 122 -
CMYK 0.04 0 0.35 0.26
HSL 67.16º 0.34% 0.61% -
HSV(B) 67.16º 0.35% 0.74% -
XYZ 40.77 47.62 25.46 -
YUV 178.97 95.85 129.45 -
System Red Green Blue C M Y K H S L
Decimal 181 189 122 0.04 0 0.35 0.26 67.16 0.34 0.61
Hex B5 BD 7A 4 0 23 1A 43 22 3D
Octal 265 275 172 4 0 43 32 103 42 75
Binary 10110101 10111101 1111010 100 0 100011 11010 1000011 100010 111101

Color Harmonies of #B5BD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BD7A

Black with #B5BD7A

Text Example


Text Example

White with #B5BD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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