#B0B390

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

Shades of Bud #B0B390

Tints of Bud #B0B390

Color information

#B0B390 (or 0xB0B390) is unknown color: approx Bud. HEX triplet: B0, B3 and 90. RGB value is (176,179,144). Sum of RGB (Red+Green+Blue) = 176+179+144=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B390 is #4F4C6F. Grayscale: #AEAEAE. Windows color (decimal): -5196912 or 9483184. OLE color: 9483184.

HSL color Cylindrical-coordinate representation of color #B0B390: hue angle of 65.14º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0B390 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB176179144-
CMYK0.0200.200.30
HSL65.14º18.72%63.33%-
HSV(B)65.14º19.55%70.2%-
XYZ39.0643.4832.72-
YUV174.11111.01129.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.27%
GREEN value IS 179 (70.31% from 255) = 35.87%
BLUE value IS 144 (56.64% from 255) = 28.86%
R=35.27%
G=35.87%
B=28.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761791440.0200.200.3065.1418.7263.33
HexB0B39020141E41133f
Octal2602632202024361012377
Binary1011000010110011100100001001010011110100000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B390; }

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

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

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

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

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

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

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

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