#B7C28F

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

Shades of Caper #B7C28F

Tints of Caper #B7C28F

Color information

#B7C28F (or 0xB7C28F) is unknown color: approx Caper. HEX triplet: B7, C2 and 8F. RGB value is (183,194,143). Sum of RGB (Red+Green+Blue) = 183+194+143=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 143 (56.25% from 255 or 27.5% from 520); Max value from RGB is 194 - color contains mainly: green. Hex color #B7C28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C28F is #483D70. Grayscale: #B9B9B9. Windows color (decimal): -4734321 or 9421495. OLE color: 9421495.

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

Color convert

RGB183194143-
CMYK0.0600.260.24
HSL72.94º29.48%66.08%-
HSV(B)72.94º26.29%76.08%-
XYZ43.7850.6333.45-
YUV184.9104.36126.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.19%
GREEN value IS 194 (76.17% from 255) = 37.31%
BLUE value IS 143 (56.25% from 255) = 27.5%
R=35.19%
G=37.31%
B=27.5%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831941430.0600.260.2472.9429.4866.08
HexB7C28F601A18491d42
Octal26730221760323011135102
Binary101101111100001010001111110011010110001001001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C28F; }

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

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

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

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

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

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

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

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