#B7C57A

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

Shades of Caper #B7C57A

Tints of Caper #B7C57A

Color information

#B7C57A (or 0xB7C57A) is unknown color: approx Caper. HEX triplet: B7, C5 and 7A. RGB value is (183,197,122). Sum of RGB (Red+Green+Blue) = 183+197+122=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 197 - color contains mainly: green. Hex color #B7C57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C57A is #483A85. Grayscale: #B8B8B8. Windows color (decimal): -4733574 or 8046007. OLE color: 8046007.

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

Color convert

RGB183197122-
CMYK0.0700.380.23
HSL71.2º39.27%62.55%-
HSV(B)71.2º38.07%77.25%-
XYZ43.0151.426.07-
YUV184.2692.86127.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.45%
GREEN value IS 197 (77.34% from 255) = 39.24%
BLUE value IS 122 (48.05% from 255) = 24.30%
R=36.45%
G=39.24%
B=24.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1831971220.0700.380.2371.239.2762.55
HexB7C57A70261747273f
Octal2673051727046271074777
Binary101101111100010111110101110100110101111000111100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C57A; }

 p { color: rgb(183,197,122); }

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

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

 a { background-color: rgb(183,197,122); }

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

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

 span { border-color: rgb(183,197,122); }

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