Html Css Color HEX #B0B57E Pine Glade

📋 copy color: '#B0B57E'

red 176 ◦ green 181 ◦ blue 126

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

Shades of Pine Glade #B0B57E

Tints of Pine Glade #B0B57E

RGB

 RED value IS 176 (69.14% from 255) = 36.44%

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

 BLUE value IS 126 (49.61% from 255) = 26.09%

R = 36.44%
G = 37.47%
B = 26.09%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B0B57E (or 0xB0B57E) is known color: Pine Glade. HEX triplet: B0, B5 and 7E. RGB value is (176,181,126). Sum of RGB (Red+Green+Blue) = 176+181+126=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B57E is #4F4A81. Grayscale: #ADADAD. Windows color (decimal): -5196418 or 8304048. OLE color: 8304048.

HSL color Cylindrical-coordinate representation of color #B0B57E: hue angle of 65.45º 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 #B0B57E is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 181 126 -
CMYK 0.03 0 0.30 0.29
HSL 65.45º 0.27% 0.6% -
HSV(B) 65.45º 0.3% 0.71% -
XYZ 38.19 43.78 26.18 -
YUV 173.24 101.34 129.97 -
System Red Green Blue C M Y K H S L
Decimal 176 181 126 0.03 0 0.30 0.29 65.45 0.27 0.6
Hex B0 B5 7E 3 0 1E 1D 41 1B 3C
Octal 260 265 176 3 0 36 35 101 33 74
Binary 10110000 10110101 1111110 11 0 11110 11101 1000001 11011 111100

Color Harmonies of #B0B57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B57E

Black with #B0B57E

Text Example


Text Example

White with #B0B57E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B57E; }

 p { color: rgb(176,181,126); }

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

background-color css

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

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

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

border-color css

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

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

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