#B7C58A

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

Shades of Caper #B7C58A

Tints of Caper #B7C58A

Color information

#B7C58A (or 0xB7C58A) is unknown color: approx Caper. HEX triplet: B7, C5 and 8A. RGB value is (183,197,138). Sum of RGB (Red+Green+Blue) = 183+197+138=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 197 - color contains mainly: green. Hex color #B7C58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C58A is #483A75. Grayscale: #BABABA. Windows color (decimal): -4733558 or 9094583. OLE color: 9094583.

HSL color Cylindrical-coordinate representation of color #B7C58A: hue angle of 74.24º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B7C58A is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB183197138-
CMYK0.0700.300.23
HSL74.24º33.71%65.69%-
HSV(B)74.24º29.95%77.25%-
XYZ44.0851.8331.73-
YUV186.09100.86125.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.33%
GREEN value IS 197 (77.34% from 255) = 38.03%
BLUE value IS 138 (54.30% from 255) = 26.64%
R=35.33%
G=38.03%
B=26.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1831971380.0700.300.2374.2433.7165.69
HexB7C58A701E174a2242
Octal26730521270362711242102
Binary1011011111000101100010101110111101011110010101000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C58A; }

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

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

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

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

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

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

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

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