#B3C28A

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

Shades of Caper #B3C28A

Tints of Caper #B3C28A

Color information

#B3C28A (or 0xB3C28A) is unknown color: approx Caper. HEX triplet: B3, C2 and 8A. RGB value is (179,194,138). Sum of RGB (Red+Green+Blue) = 179+194+138=511 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.03% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C28A is #4C3D75. Grayscale: #B7B7B7. Windows color (decimal): -4996470 or 9093811. OLE color: 9093811.

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

Color convert

RGB179194138-
CMYK0.0800.290.24
HSL76.07º31.46%65.1%-
HSV(B)76.07º28.87%76.08%-
XYZ42.475031.46-
YUV183.13102.53125.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.03%
GREEN value IS 194 (76.17% from 255) = 37.96%
BLUE value IS 138 (54.30% from 255) = 27.01%
R=35.03%
G=37.96%
B=27.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791941380.0800.290.2476.0731.4665.1
HexB3C28A801D184c1f41
Octal263302212100353011437101
Binary1011001111000010100010101000011101110001001100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C28A; }

 p { color: rgb(179,194,138); }

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

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

 a { background-color: rgb(179,194,138); }

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

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

 span { border-color: rgb(179,194,138); }

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