#B3CE7F

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

Shades of Caper #B3CE7F

Tints of Caper #B3CE7F

Color information

#B3CE7F (or 0xB3CE7F) is unknown color: approx Caper. HEX triplet: B3, CE and 7F. RGB value is (179,206,127). Sum of RGB (Red+Green+Blue) = 179+206+127=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CE7F is #4C3180. Grayscale: #BDBDBD. Windows color (decimal): -4993409 or 8375987. OLE color: 8375987.

HSL color Cylindrical-coordinate representation of color #B3CE7F: hue angle of 80.51º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B3CE7F is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB179206127-
CMYK0.1300.380.19
HSL80.51º44.63%65.29%-
HSV(B)80.51º38.35%80.78%-
XYZ44.4955.2628.4-
YUV188.9293.05120.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.96%
GREEN value IS 206 (80.86% from 255) = 40.23%
BLUE value IS 127 (50% from 255) = 24.80%
R=34.96%
G=40.23%
B=24.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1792061270.1300.380.1980.5144.6365.29
HexB3CE7FD02613512d41
Octal263316177150462312155101
Binary10110011110011101111111110101001101001110100011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CE7F; }

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

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

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

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

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

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

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

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