#B3C282

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

Shades of Caper #B3C282

Tints of Caper #B3C282

Color information

#B3C282 (or 0xB3C282) is unknown color: approx Caper. HEX triplet: B3, C2 and 82. RGB value is (179,194,130). Sum of RGB (Red+Green+Blue) = 179+194+130=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C282 is #4C3D7D. Grayscale: #B6B6B6. Windows color (decimal): -4996478 or 8569523. OLE color: 8569523.

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

Color convert

RGB179194130-
CMYK0.0800.330.24
HSL74.06º34.41%63.53%-
HSV(B)74.06º32.99%76.08%-
XYZ41.9149.7828.52-
YUV182.2298.53125.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.59%
GREEN value IS 194 (76.17% from 255) = 38.57%
BLUE value IS 130 (51.17% from 255) = 25.84%
R=35.59%
G=38.57%
B=25.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791941300.0800.330.2474.0634.4163.53
HexB3C2828021184a2240
Octal263302202100413011242100
Binary101100111100001010000010100001000011100010010101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C282; }

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

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

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

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

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

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

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

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