#B0C18F

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

Shades of Caper #B0C18F

Tints of Caper #B0C18F

Color information

#B0C18F (or 0xB0C18F) is unknown color: approx Caper. HEX triplet: B0, C1 and 8F. RGB value is (176,193,143). Sum of RGB (Red+Green+Blue) = 176+193+143=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C18F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C18F is #4F3E70. Grayscale: #B6B6B6. Windows color (decimal): -5193329 or 9421232. OLE color: 9421232.

HSL color Cylindrical-coordinate representation of color #B0C18F: hue angle of 80.4º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0C18F is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB176193143-
CMYK0.0900.260.24
HSL80.4º28.74%65.88%-
HSV(B)80.4º25.91%75.69%-
XYZ41.9349.3533.3-
YUV182.22105.87123.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.38%
GREEN value IS 193 (75.78% from 255) = 37.70%
BLUE value IS 143 (56.25% from 255) = 27.93%
R=34.38%
G=37.70%
B=27.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761931430.0900.260.2480.428.7465.88
HexB0C18F901A18501d42
Octal260301217110323012035102
Binary1011000011000001100011111001011010110001010000111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C18F; }

 p { color: rgb(176,193,143); }

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

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

 a { background-color: rgb(176,193,143); }

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

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

 span { border-color: rgb(176,193,143); }

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