#B3CE70

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

Shades of Caper #B3CE70

Tints of Caper #B3CE70

Color information

#B3CE70 (or 0xB3CE70) is unknown color: approx Caper. HEX triplet: B3, CE and 70. RGB value is (179,206,112). Sum of RGB (Red+Green+Blue) = 179+206+112=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CE70 is #4C318F. Grayscale: #BBBBBB. Windows color (decimal): -4993424 or 7392947. OLE color: 7392947.

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

Color convert

RGB179206112-
CMYK0.1300.460.19
HSL77.23º48.96%62.35%-
HSV(B)77.23º45.63%80.78%-
XYZ43.5954.923.63-
YUV187.2185.55122.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.02%
GREEN value IS 206 (80.86% from 255) = 41.45%
BLUE value IS 112 (44.14% from 255) = 22.54%
R=36.02%
G=41.45%
B=22.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1792061120.1300.460.1977.2348.9662.35
HexB3CE70D02E134d313e
Octal26331616015056231156176
Binary1011001111001110111000011010101110100111001101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CE70; }

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

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

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

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

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

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

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

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