#B3C88C

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

Shades of Caper #B3C88C

Tints of Caper #B3C88C

Color information

#B3C88C (or 0xB3C88C) is unknown color: approx Caper. HEX triplet: B3, C8 and 8C. RGB value is (179,200,140). Sum of RGB (Red+Green+Blue) = 179+200+140=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 200 - color contains mainly: green. Hex color #B3C88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C88C is #4C3773. Grayscale: #BBBBBB. Windows color (decimal): -4994932 or 9226419. OLE color: 9226419.

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

Color convert

RGB179200140-
CMYK0.1000.30.22
HSL81º35.29%66.67%-
HSV(B)81º30%78.43%-
XYZ43.9852.7932.68-
YUV186.88101.54122.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.49%
GREEN value IS 200 (78.52% from 255) = 38.54%
BLUE value IS 140 (55.08% from 255) = 26.97%
R=34.49%
G=38.54%
B=26.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1792001400.1000.30.228135.2966.67
HexB3C88CA01E16512343
Octal263310214120362612143103
Binary10110011110010001000110010100111101011010100011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C88C; }

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

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

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

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

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

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

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

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