#B0C68E

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

Shades of Caper #B0C68E

Tints of Caper #B0C68E

Color information

#B0C68E (or 0xB0C68E) is unknown color: approx Caper. HEX triplet: B0, C6 and 8E. RGB value is (176,198,142). Sum of RGB (Red+Green+Blue) = 176+198+142=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C68E is #4F3971. Grayscale: #B9B9B9. Windows color (decimal): -5192050 or 9356976. OLE color: 9356976.

HSL color Cylindrical-coordinate representation of color #B0C68E: hue angle of 83.57º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0C68E is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB176198142-
CMYK0.1100.280.22
HSL83.57º32.94%66.67%-
HSV(B)83.57º28.28%77.65%-
XYZ42.9851.5733.28-
YUV185.04103.71121.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.11%
GREEN value IS 198 (77.73% from 255) = 38.37%
BLUE value IS 142 (55.86% from 255) = 27.52%
R=34.11%
G=38.37%
B=27.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1761981420.1100.280.2283.5732.9466.67
HexB0C68EB01C16542143
Octal260306216130342612441103
Binary10110000110001101000111010110111001011010101001000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C68E; }

 p { color: rgb(176,198,142); }

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

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

 a { background-color: rgb(176,198,142); }

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

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

 span { border-color: rgb(176,198,142); }

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