#B3CF88

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

Shades of Caper #B3CF88

Tints of Caper #B3CF88

Color information

#B3CF88 (or 0xB3CF88) is unknown color: approx Caper. HEX triplet: B3, CF and 88. RGB value is (179,207,136). Sum of RGB (Red+Green+Blue) = 179+207+136=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 136 (53.52% from 255 or 26.05% from 522); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CF88 is #4C3077. Grayscale: #BEBEBE. Windows color (decimal): -4993144 or 8966067. OLE color: 8966067.

HSL color Cylindrical-coordinate representation of color #B3CF88: hue angle of 83.66º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B3CF88 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB179207136-
CMYK0.1400.340.19
HSL83.66º42.51%67.25%-
HSV(B)83.66º34.3%81.18%-
XYZ45.3555.9931.71-
YUV190.5397.22119.77-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.29%
GREEN value IS 207 (81.25% from 255) = 39.66%
BLUE value IS 136 (53.52% from 255) = 26.05%
R=34.29%
G=39.66%
B=26.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1792071360.1400.340.1983.6642.5167.25
HexB3CF88E02213542b43
Octal263317210160422312453103
Binary101100111100111110001000111001000101001110101001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CF88; }

 p { color: rgb(179,207,136); }

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

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

 a { background-color: rgb(179,207,136); }

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

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

 span { border-color: rgb(179,207,136); }

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