#B7C97A

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

Shades of Caper #B7C97A

Tints of Caper #B7C97A

Color information

#B7C97A (or 0xB7C97A) is unknown color: approx Caper. HEX triplet: B7, C9 and 7A. RGB value is (183,201,122). Sum of RGB (Red+Green+Blue) = 183+201+122=506 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.17% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 201 - color contains mainly: green. Hex color #B7C97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7C97A is #483685. Grayscale: #BABABA. Windows color (decimal): -4732550 or 8047031. OLE color: 8047031.

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

Color convert

RGB183201122-
CMYK0.0900.390.21
HSL73.67º42.25%63.33%-
HSV(B)73.67º39.3%78.82%-
XYZ43.9353.2526.37-
YUV186.6191.54125.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.17%
GREEN value IS 201 (78.91% from 255) = 39.72%
BLUE value IS 122 (48.05% from 255) = 24.11%
R=36.17%
G=39.72%
B=24.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1832011220.0900.390.2173.6742.2563.33
HexB7C97A9027154a2a3f
Octal26731117211047251125277
Binary1011011111001001111101010010100111101011001010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C97A; }

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

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

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

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

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

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

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

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