#B0C092

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

Shades of Caper #B0C092

Tints of Caper #B0C092

Color information

#B0C092 (or 0xB0C092) is unknown color: approx Caper. HEX triplet: B0, C0 and 92. RGB value is (176,192,146). Sum of RGB (Red+Green+Blue) = 176+192+146=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 146 (57.42% from 255 or 28.40% from 514); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C092 is #4F3F6D. Grayscale: #B6B6B6. Windows color (decimal): -5193582 or 9617584. OLE color: 9617584.

HSL color Cylindrical-coordinate representation of color #B0C092: hue angle of 80.87º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0C092 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB176192146-
CMYK0.0800.240.25
HSL80.87º26.74%66.27%-
HSV(B)80.87º23.96%75.29%-
XYZ41.944934.44-
YUV181.97107.7123.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.24%
GREEN value IS 192 (75.39% from 255) = 37.35%
BLUE value IS 146 (57.42% from 255) = 28.40%
R=34.24%
G=37.35%
B=28.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761921460.0800.240.2580.8726.7466.27
HexB0C092801819511b42
Octal260300222100303112133102
Binary1011000011000000100100101000011000110011010001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C092; }

 p { color: rgb(176,192,146); }

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

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

 a { background-color: rgb(176,192,146); }

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

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

 span { border-color: rgb(176,192,146); }

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