#B3CC85

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

Shades of Caper #B3CC85

Tints of Caper #B3CC85

Color information

#B3CC85 (or 0xB3CC85) is unknown color: approx Caper. HEX triplet: B3, CC and 85. RGB value is (179,204,133). Sum of RGB (Red+Green+Blue) = 179+204+133=516 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.69% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #B3CC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CC85 is #4C337A. Grayscale: #BCBCBC. Windows color (decimal): -4993915 or 8768691. OLE color: 8768691.

HSL color Cylindrical-coordinate representation of color #B3CC85: hue angle of 81.13º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B3CC85 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB179204133-
CMYK0.1200.350.2
HSL81.13º41.04%66.08%-
HSV(B)81.13º34.8%80%-
XYZ44.4254.4630.36-
YUV188.4396.72121.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.69%
GREEN value IS 204 (80.08% from 255) = 39.53%
BLUE value IS 133 (52.34% from 255) = 25.78%
R=34.69%
G=39.53%
B=25.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1792041330.1200.350.281.1341.0466.08
HexB3CC85C02314512942
Octal263314205140432412151102
Binary101100111100110010000101110001000111010010100011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CC85; }

 p { color: rgb(179,204,133); }

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

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

 a { background-color: rgb(179,204,133); }

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

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

 span { border-color: rgb(179,204,133); }

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