#B3C57D

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

Shades of Caper #B3C57D

Tints of Caper #B3C57D

Color information

#B3C57D (or 0xB3C57D) is unknown color: approx Caper. HEX triplet: B3, C5 and 7D. RGB value is (179,197,125). Sum of RGB (Red+Green+Blue) = 179+197+125=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C57D is #4C3A82. Grayscale: #B7B7B7. Windows color (decimal): -4995715 or 8242611. OLE color: 8242611.

HSL color Cylindrical-coordinate representation of color #B3C57D: hue angle of 75º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B3C57D is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB179197125-
CMYK0.0900.370.23
HSL75º38.3%63.14%-
HSV(B)75º36.55%77.25%-
XYZ42.265127.02-
YUV183.4195.04124.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.73%
GREEN value IS 197 (77.34% from 255) = 39.32%
BLUE value IS 125 (49.22% from 255) = 24.95%
R=35.73%
G=39.32%
B=24.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1791971250.0900.370.237538.363.14
HexB3C57D9025174b263f
Octal26330517511045271134677
Binary1011001111000101111110110010100101101111001011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C57D; }

 p { color: rgb(179,197,125); }

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

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

 a { background-color: rgb(179,197,125); }

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

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

 span { border-color: rgb(179,197,125); }

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