#B3CA7B

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

Shades of Caper #B3CA7B

Tints of Caper #B3CA7B

Color information

#B3CA7B (or 0xB3CA7B) is unknown color: approx Caper. HEX triplet: B3, CA and 7B. RGB value is (179,202,123). Sum of RGB (Red+Green+Blue) = 179+202+123=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 202 (79.30% from 255 or 40.08% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CA7B is #4C3584. Grayscale: #BABABA. Windows color (decimal): -4994437 or 8112819. OLE color: 8112819.

HSL color Cylindrical-coordinate representation of color #B3CA7B: hue angle of 77.47º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B3CA7B is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB179202123-
CMYK0.1100.390.21
HSL77.47º42.7%63.73%-
HSV(B)77.47º39.11%79.22%-
XYZ43.2953.2526.74-
YUV186.1292.38122.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.52%
GREEN value IS 202 (79.30% from 255) = 40.08%
BLUE value IS 123 (48.44% from 255) = 24.40%
R=35.52%
G=40.08%
B=24.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1792021230.1100.390.2177.4742.763.73
HexB3CA7BB027154d2b40
Octal263312173130472511553100
Binary10110011110010101111011101101001111010110011011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CA7B; }

 p { color: rgb(179,202,123); }

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

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

 a { background-color: rgb(179,202,123); }

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

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

 span { border-color: rgb(179,202,123); }

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