#B0C789

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

Shades of Caper #B0C789

Tints of Caper #B0C789

Color information

#B0C789 (or 0xB0C789) is unknown color: approx Caper. HEX triplet: B0, C7 and 89. RGB value is (176,199,137). Sum of RGB (Red+Green+Blue) = 176+199+137=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 199 (78.12% from 255 or 38.87% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 199 - color contains mainly: green. Hex color #B0C789 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C789 is #4F3876. Grayscale: #B9B9B9. Windows color (decimal): -5191799 or 9029552. OLE color: 9029552.

HSL color Cylindrical-coordinate representation of color #B0C789: hue angle of 82.26º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0C789 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB176199137-
CMYK0.1200.310.22
HSL82.26º35.63%65.88%-
HSV(B)82.26º31.16%78.04%-
XYZ42.8451.8831.42-
YUV185.05100.88121.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.38%
GREEN value IS 199 (78.12% from 255) = 38.87%
BLUE value IS 137 (53.91% from 255) = 26.76%
R=34.38%
G=38.87%
B=26.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1761991370.1200.310.2282.2635.6365.88
HexB0C789C01F16522442
Octal260307211140372612244102
Binary10110000110001111000100111000111111011010100101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C789; }

 p { color: rgb(176,199,137); }

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

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

 a { background-color: rgb(176,199,137); }

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

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

 span { border-color: rgb(176,199,137); }

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