#b0b694

Color #B0B694 Green Spring (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Spring #B0B694

Tints of Green Spring #B0B694

Color information

#B0B694 (or 0xB0B694) is unknown color: approx Green Spring. HEX triplet: B0, B6 and 94. RGB value is (176,182,148). Sum of RGB (Red+Green+Blue) = 176+182+148=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 182 - color contains mainly: green. Hex color #B0B694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B694 is #4F496B. Grayscale: #B0B0B0. Windows color (decimal): -5196140 or 9746096. OLE color: 9746096.

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

Color convert

RGB176182148-
CMYK0.0300.190.29
HSL70.59º18.89%64.71%-
HSV(B)70.59º18.68%71.37%-
XYZ39.9844.8234.56-
YUV176.33112.01127.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.78%
GREEN value IS 182 (71.48% from 255) = 35.97%
BLUE value IS 148 (58.20% from 255) = 29.25%
R=34.78%
G=35.97%
B=29.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761821480.0300.190.2970.5918.8964.71
HexB0B69430131D471341
Octal26026622430233510723101
Binary10110000101101101001010011010011111011000111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0b694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0b694; }

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

 H1.HeaderClassName
 {
   color: #b0b694;
 }
 .AnyTagClassName
 {
   color: #b0b694;
 }
</style>
background-color css

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

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

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

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

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

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