Html Css Color HEX #B0B676 Pine Glade

📋 copy color: '#B0B676'

red 176 ◦ green 182 ◦ blue 118

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

Shades of Pine Glade #B0B676

Tints of Pine Glade #B0B676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.79%

R = 36.97%
G = 38.24%
B = 24.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B0B676 (or 0xB0B676) is known color: Pine Glade. HEX triplet: B0, B6 and 76. RGB value is (176,182,118). Sum of RGB (Red+Green+Blue) = 176+182+118=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 118 (46.48% from 255 or 24.79% from 476); Max value from RGB is 182 - color contains mainly: green. Hex color #B0B676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B676 is #4F4989. Grayscale: #ADADAD. Windows color (decimal): -5196170 or 7780016. OLE color: 7780016.

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

Color convert

RGB 176 182 118 -
CMYK 0.03 0 0.35 0.29
HSL 65.63º 0.3% 0.59% -
HSV(B) 65.63º 0.35% 0.71% -
XYZ 37.9 43.99 23.63 -
YUV 172.91 97.01 130.2 -
System Red Green Blue C M Y K H S L
Decimal 176 182 118 0.03 0 0.35 0.29 65.63 0.3 0.59
Hex B0 B6 76 3 0 23 1D 42 1E 3B
Octal 260 266 166 3 0 43 35 102 36 73
Binary 10110000 10110110 1110110 11 0 100011 11101 1000010 11110 111011

Color Harmonies of #B0B676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B676

Black with #B0B676

Text Example


Text Example

White with #B0B676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B676; }

 p { color: rgb(176,182,118); }

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

background-color css

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

 a { background-color: rgb(176,182,118); }

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

border-color css

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

 span { border-color: rgb(176,182,118); }

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