#B3C88D

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

Shades of Caper #B3C88D

Tints of Caper #B3C88D

Color information

#B3C88D (or 0xB3C88D) is unknown color: approx Caper. HEX triplet: B3, C8 and 8D. RGB value is (179,200,141). Sum of RGB (Red+Green+Blue) = 179+200+141=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 200 - color contains mainly: green. Hex color #B3C88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C88D is #4C3772. Grayscale: #BBBBBB. Windows color (decimal): -4994931 or 9291955. OLE color: 9291955.

HSL color Cylindrical-coordinate representation of color #B3C88D: hue angle of 81.36º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3C88D is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB179200141-
CMYK0.1000.290.22
HSL81.36º34.91%66.86%-
HSV(B)81.36º29.5%78.43%-
XYZ44.0552.8233.07-
YUV187102.04122.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.42%
GREEN value IS 200 (78.52% from 255) = 38.46%
BLUE value IS 141 (55.47% from 255) = 27.12%
R=34.42%
G=38.46%
B=27.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1792001410.1000.290.2281.3634.9166.86
HexB3C88DA01D16512343
Octal263310215120352612143103
Binary10110011110010001000110110100111011011010100011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C88D; }

 p { color: rgb(179,200,141); }

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

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

 a { background-color: rgb(179,200,141); }

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

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

 span { border-color: rgb(179,200,141); }

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