#B0C175

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

Shades of Caper #B0C175

Tints of Caper #B0C175

Color information

#B0C175 (or 0xB0C175) is unknown color: approx Caper. HEX triplet: B0, C1 and 75. RGB value is (176,193,117). Sum of RGB (Red+Green+Blue) = 176+193+117=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 193 (75.78% from 255 or 39.71% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C175 is #4F3E8A. Grayscale: #B3B3B3. Windows color (decimal): -5193355 or 7717296. OLE color: 7717296.

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

Color convert

RGB176193117-
CMYK0.0900.390.24
HSL73.42º38%60.78%-
HSV(B)73.42º39.38%75.69%-
XYZ40.1948.6524.1-
YUV179.2592.87125.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.21%
GREEN value IS 193 (75.78% from 255) = 39.71%
BLUE value IS 117 (46.09% from 255) = 24.07%
R=36.21%
G=39.71%
B=24.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761931170.0900.390.2473.423860.78
HexB0C17590271849263d
Octal26030116511047301114675
Binary1011000011000001111010110010100111110001001001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C175; }

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

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

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

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

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

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

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

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