#B3C88A

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

Shades of Caper #B3C88A

Tints of Caper #B3C88A

Color information

#B3C88A (or 0xB3C88A) is unknown color: approx Caper. HEX triplet: B3, C8 and 8A. RGB value is (179,200,138). Sum of RGB (Red+Green+Blue) = 179+200+138=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 200 - color contains mainly: green. Hex color #B3C88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C88A is #4C3775. Grayscale: #BABABA. Windows color (decimal): -4994934 or 9095347. OLE color: 9095347.

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

Color convert

RGB179200138-
CMYK0.1000.310.22
HSL80.32º36.05%66.27%-
HSV(B)80.32º31%78.43%-
XYZ43.8352.7331.91-
YUV186.65100.54122.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.62%
GREEN value IS 200 (78.52% from 255) = 38.68%
BLUE value IS 138 (54.30% from 255) = 26.69%
R=34.62%
G=38.68%
B=26.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1792001380.1000.310.2280.3236.0566.27
HexB3C88AA01F16502442
Octal263310212120372612044102
Binary10110011110010001000101010100111111011010100001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C88A; }

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

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

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

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

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

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

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

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