Html Css Color HEX #B0B37E Pine Glade

📋 copy color: '#B0B37E'

red 176 ◦ green 179 ◦ blue 126

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

Shades of Pine Glade #B0B37E

Tints of Pine Glade #B0B37E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.21%

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

R = 36.59%
G = 37.21%
B = 26.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B0B37E (or 0xB0B37E) is known color: Pine Glade. HEX triplet: B0, B3 and 7E. RGB value is (176,179,126). Sum of RGB (Red+Green+Blue) = 176+179+126=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B37E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B37E is #4F4C81. Grayscale: #ACACAC. Windows color (decimal): -5196930 or 8303536. OLE color: 8303536.

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

Color convert

RGB 176 179 126 -
CMYK 0.02 0 0.30 0.30
HSL 63.4º 0.26% 0.6% -
HSV(B) 63.4º 0.3% 0.7% -
XYZ 37.79 42.98 26.04 -
YUV 172.06 102.01 130.81 -
System Red Green Blue C M Y K H S L
Decimal 176 179 126 0.02 0 0.30 0.30 63.4 0.26 0.6
Hex B0 B3 7E 2 0 1E 1E 3F 1A 3C
Octal 260 263 176 2 0 36 36 77 32 74
Binary 10110000 10110011 1111110 10 0 11110 11110 111111 11010 111100

Color Harmonies of #B0B37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B37E

Black with #B0B37E

Text Example


Text Example

White with #B0B37E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B37E; }

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

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

background-color css

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

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

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

border-color css

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

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

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