Html Css Color HEX #B0B29E Green Spring

📋 copy color: '#B0B29E'

red 176 ◦ green 178 ◦ blue 158

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

Shades of Green Spring #B0B29E

Tints of Green Spring #B0B29E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.77%

 BLUE value IS 158 (62.11% from 255) = 30.86%

R = 34.38%
G = 34.77%
B = 30.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B0B29E (or 0xB0B29E) is known color: Green Spring. HEX triplet: B0, B2 and 9E. RGB value is (176,178,158). Sum of RGB (Red+Green+Blue) = 176+178+158=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B29E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B29E is #4F4D61. Grayscale: #AFAFAF. Windows color (decimal): -5197154 or 10400432. OLE color: 10400432.

HSL color Cylindrical-coordinate representation of color #B0B29E: hue angle of 66º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0B29E is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 178 158 -
CMYK 0.01 0 0.11 0.30
HSL 66º 0.11% 0.66% -
HSV(B) 66º 0.11% 0.7% -
XYZ 40 43.54 38.64 -
YUV 175.12 118.34 128.63 -
System Red Green Blue C M Y K H S L
Decimal 176 178 158 0.01 0 0.11 0.30 66 0.11 0.66
Hex B0 B2 9E 1 0 B 1E 42 B 42
Octal 260 262 236 1 0 13 36 102 13 102
Binary 10110000 10110010 10011110 1 0 1011 11110 1000010 1011 1000010

Color Harmonies of #B0B29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B29E

Black with #B0B29E

Text Example


Text Example

White with #B0B29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B29E; }

 p { color: rgb(176,178,158); }

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

background-color css

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

 a { background-color: rgb(176,178,158); }

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

border-color css

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

 span { border-color: rgb(176,178,158); }

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