Html Css Color HEX #B5B67C Pine Glade

📋 copy color: '#B5B67C'

red 181 ◦ green 182 ◦ blue 124

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

Shades of Pine Glade #B5B67C

Tints of Pine Glade #B5B67C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.37%

 BLUE value IS 124 (48.83% from 255) = 25.46%

R = 37.17%
G = 37.37%
B = 25.46%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B5B67C (or 0xB5B67C) is known color: Pine Glade. HEX triplet: B5, B6 and 7C. RGB value is (181,182,124). Sum of RGB (Red+Green+Blue) = 181+182+124=487 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.17% from 487); Green value is 182 (71.48% from 255 or 37.37% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 182 - color contains mainly: green. Hex color #B5B67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B67C is #4A4983. Grayscale: #AFAFAF. Windows color (decimal): -4868484 or 8173237. OLE color: 8173237.

HSL color Cylindrical-coordinate representation of color #B5B67C: hue angle of 61.03º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5B67C is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 182 124 -
CMYK 0.01 0 0.32 0.29
HSL 61.03º 0.28% 0.6% -
HSV(B) 61.03º 0.32% 0.71% -
XYZ 39.42 44.73 25.63 -
YUV 175.09 99.17 132.22 -
System Red Green Blue C M Y K H S L
Decimal 181 182 124 0.01 0 0.32 0.29 61.03 0.28 0.6
Hex B5 B6 7C 1 0 20 1D 3D 1C 3C
Octal 265 266 174 1 0 40 35 75 34 74
Binary 10110101 10110110 1111100 1 0 100000 11101 111101 11100 111100

Color Harmonies of #B5B67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B67C

Black with #B5B67C

Text Example


Text Example

White with #B5B67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B67C; }

 p { color: rgb(181,182,124); }

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

background-color css

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

 a { background-color: rgb(181,182,124); }

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

border-color css

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

 span { border-color: rgb(181,182,124); }

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