Html Css Color HEX #B5B57F Pine Glade

📋 copy color: '#B5B57F'

red 181 ◦ green 181 ◦ blue 127

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

Shades of Pine Glade #B5B57F

Tints of Pine Glade #B5B57F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.01%

 BLUE value IS 127 (50% from 255) = 25.97%

R = 37.01%
G = 37.01%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5B57F (or 0xB5B57F) is known color: Pine Glade. HEX triplet: B5, B5 and 7F. RGB value is (181,181,127). Sum of RGB (Red+Green+Blue) = 181+181+127=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 181 (71.09% from 255 or 37.01% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 181 - color contains mainly: red, green. Hex color #B5B57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B57F is #4A4A80. Grayscale: #AFAFAF. Windows color (decimal): -4868737 or 8369589. OLE color: 8369589.

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

Color convert

RGB 181 181 127 -
CMYK 0 0 0.30 0.29
HSL 60º 0.27% 0.6% -
HSV(B) 60º 0.3% 0.71% -
XYZ 39.41 44.4 26.57 -
YUV 174.84 101 132.39 -
System Red Green Blue C M Y K H S L
Decimal 181 181 127 0 0 0.30 0.29 60 0.27 0.6
Hex B5 B5 7F 0 0 1E 1D 3C 1B 3C
Octal 265 265 177 0 0 36 35 74 33 74
Binary 10110101 10110101 1111111 0 0 11110 11101 111100 11011 111100

Color Harmonies of #B5B57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B57F

Black with #B5B57F

Text Example


Text Example

White with #B5B57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B57F; }

 p { color: rgb(181,181,127); }

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

background-color css

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

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

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

border-color css

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

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

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