Html Css Color HEX #B0B69B Green Spring

📋 copy color: '#B0B69B'

red 176 ◦ green 182 ◦ blue 155

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

Shades of Green Spring #B0B69B

Tints of Green Spring #B0B69B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.21%

R = 34.31%
G = 35.48%
B = 30.21%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B0B69B (or 0xB0B69B) is known color: Green Spring. HEX triplet: B0, B6 and 9B. RGB value is (176,182,155). Sum of RGB (Red+Green+Blue) = 176+182+155=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 182 (71.48% from 255 or 35.48% from 513); Blue value is 155 (60.94% from 255 or 30.21% from 513); Max value from RGB is 182 - color contains mainly: green. Hex color #B0B69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B69B is #4F4964. Grayscale: #B1B1B1. Windows color (decimal): -5196133 or 10204848. OLE color: 10204848.

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

Color convert

RGB 176 182 155 -
CMYK 0.03 0 0.15 0.29
HSL 73.33º 0.16% 0.66% -
HSV(B) 73.33º 0.15% 0.71% -
XYZ 40.55 45.05 37.57 -
YUV 177.13 115.51 127.2 -
System Red Green Blue C M Y K H S L
Decimal 176 182 155 0.03 0 0.15 0.29 73.33 0.16 0.66
Hex B0 B6 9B 3 0 F 1D 49 10 42
Octal 260 266 233 3 0 17 35 111 20 102
Binary 10110000 10110110 10011011 11 0 1111 11101 1001001 10000 1000010

Color Harmonies of #B0B69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B69B

Black with #B0B69B

Text Example


Text Example

White with #B0B69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B69B; }

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

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

background-color css

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

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

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

border-color css

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

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

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