#b6c28f

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

Shades of Caper #B6C28F

Tints of Caper #B6C28F

Color information

#B6C28F (or 0xB6C28F) is unknown color: approx Caper. HEX triplet: B6, C2 and 8F. RGB value is (182,194,143). Sum of RGB (Red+Green+Blue) = 182+194+143=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C28F is #493D70. Grayscale: #B8B8B8. Windows color (decimal): -4799857 or 9421494. OLE color: 9421494.

HSL color Cylindrical-coordinate representation of color #B6C28F: hue angle of 74.12º 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 #B6C28F is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB182194143-
CMYK0.0600.260.24
HSL74.12º29.48%66.08%-
HSV(B)74.12º26.29%76.08%-
XYZ43.5450.5133.44-
YUV184.6104.52126.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.07%
GREEN value IS 194 (76.17% from 255) = 37.38%
BLUE value IS 143 (56.25% from 255) = 27.55%
R=35.07%
G=37.38%
B=27.55%

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
Decimal1821941430.0600.260.2474.1229.4866.08
HexB6C28F601A184a1d42
Octal26630221760323011235102
Binary101101101100001010001111110011010110001001010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6c28f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6c28f; }

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

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

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

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

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

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

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

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