#B3C97F

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

Shades of Caper #B3C97F

Tints of Caper #B3C97F

Color information

#B3C97F (or 0xB3C97F) is unknown color: approx Caper. HEX triplet: B3, C9 and 7F. RGB value is (179,201,127). Sum of RGB (Red+Green+Blue) = 179+201+127=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 201 - color contains mainly: green. Hex color #B3C97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C97F is #4C3680. Grayscale: #BABABA. Windows color (decimal): -4994689 or 8374707. OLE color: 8374707.

HSL color Cylindrical-coordinate representation of color #B3C97F: hue angle of 77.84º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B3C97F is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB179201127-
CMYK0.1100.370.21
HSL77.84º40.66%64.31%-
HSV(B)77.84º36.82%78.82%-
XYZ43.3152.8928-
YUV185.9994.71123.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.31%
GREEN value IS 201 (78.91% from 255) = 39.64%
BLUE value IS 127 (50% from 255) = 25.05%
R=35.31%
G=39.64%
B=25.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1792011270.1100.370.2177.8440.6664.31
HexB3C97FB025154e2940
Octal263311177130452511651100
Binary10110011110010011111111101101001011010110011101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C97F; }

 p { color: rgb(179,201,127); }

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

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

 a { background-color: rgb(179,201,127); }

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

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

 span { border-color: rgb(179,201,127); }

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