#B7C28E

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

Shades of Caper #B7C28E

Tints of Caper #B7C28E

Color information

#B7C28E (or 0xB7C28E) is unknown color: approx Caper. HEX triplet: B7, C2 and 8E. RGB value is (183,194,142). Sum of RGB (Red+Green+Blue) = 183+194+142=519 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.26% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 142 (55.86% from 255 or 27.36% from 519); Max value from RGB is 194 - color contains mainly: green. Hex color #B7C28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C28E is #483D71. Grayscale: #B8B8B8. Windows color (decimal): -4734322 or 9355959. OLE color: 9355959.

HSL color Cylindrical-coordinate representation of color #B7C28E: hue angle of 72.69º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7C28E is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB183194142-
CMYK0.0600.270.24
HSL72.69º29.89%65.88%-
HSV(B)72.69º26.8%76.08%-
XYZ43.750.633.06-
YUV184.78103.86126.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.26%
GREEN value IS 194 (76.17% from 255) = 37.38%
BLUE value IS 142 (55.86% from 255) = 27.36%
R=35.26%
G=37.38%
B=27.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831941420.0600.270.2472.6929.8965.88
HexB7C28E601B18491e42
Octal26730221660333011136102
Binary101101111100001010001110110011011110001001001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C28E; }

 p { color: rgb(183,194,142); }

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

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

 a { background-color: rgb(183,194,142); }

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

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

 span { border-color: rgb(183,194,142); }

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