#B0C271

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

Shades of Caper #B0C271

Tints of Caper #B0C271

Color information

#B0C271 (or 0xB0C271) is unknown color: approx Caper. HEX triplet: B0, C2 and 71. RGB value is (176,194,113). Sum of RGB (Red+Green+Blue) = 176+194+113=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C271 is #4F3D8E. Grayscale: #B3B3B3. Windows color (decimal): -5193103 or 7455408. OLE color: 7455408.

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

Color convert

RGB176194113-
CMYK0.0900.420.24
HSL73.33º39.9%60.2%-
HSV(B)73.33º41.75%76.08%-
XYZ40.1849.0122.96-
YUV179.3890.54125.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.44%
GREEN value IS 194 (76.17% from 255) = 40.17%
BLUE value IS 113 (44.53% from 255) = 23.40%
R=36.44%
G=40.17%
B=23.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761941130.0900.420.2473.3339.960.2
HexB0C271902A1849283c
Octal26030216111052301115074
Binary1011000011000010111000110010101010110001001001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C271; }

 p { color: rgb(176,194,113); }

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

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

 a { background-color: rgb(176,194,113); }

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

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

 span { border-color: rgb(176,194,113); }

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