#83A952

Color #83A952 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #83A952

Tints of Chelsea Cucumber #83A952

Color information

#83A952 (or 0x83A952) is unknown color: approx Chelsea Cucumber. HEX triplet: 83, A9 and 52. RGB value is (131,169,82). Sum of RGB (Red+Green+Blue) = 131+169+82=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 169 (66.41% from 255 or 44.24% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 169 - color contains mainly: green. Hex color #83A952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A952 is #7C56AD. Grayscale: #949494. Windows color (decimal): -8148654 or 5417347. OLE color: 5417347.

HSL color Cylindrical-coordinate representation of color #83A952: hue angle of 86.21º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #83A952 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB13116982-
CMYK0.2200.510.34
HSL86.21º34.66%49.22%-
HSV(B)86.21º51.48%66.27%-
XYZ25.0733.8113.19-
YUV147.7290.91116.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.29%
GREEN value IS 169 (66.41% from 255) = 44.24%
BLUE value IS 82 (32.42% from 255) = 21.47%
R=34.29%
G=44.24%
B=21.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal131169820.2200.510.3486.2134.6649.22
Hex83A9521603322562331
Octal20325112226063421264361
Binary100000111010100110100101011001100111000101010110100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83A952; }

 p { color: rgb(131,169,82); }

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

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

 a { background-color: rgb(131,169,82); }

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

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

 span { border-color: rgb(131,169,82); }

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