#83A258

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

Shades of Chelsea Cucumber #83A258

Tints of Chelsea Cucumber #83A258

Color information

#83A258 (or 0x83A258) is unknown color: approx Chelsea Cucumber. HEX triplet: 83, A2 and 58. RGB value is (131,162,88). Sum of RGB (Red+Green+Blue) = 131+162+88=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 88 (34.77% from 255 or 23.10% from 381); Max value from RGB is 162 - color contains mainly: green. Hex color #83A258 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83A258 is #7C5DA7. Grayscale: #909090. Windows color (decimal): -8150440 or 5808771. OLE color: 5808771.

HSL color Cylindrical-coordinate representation of color #83A258: hue angle of 85.14º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83A258 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB13116288-
CMYK0.1900.460.36
HSL85.14º29.6%49.02%-
HSV(B)85.14º45.68%63.53%-
XYZ24.0431.3714.02-
YUV144.2996.23118.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.38%
GREEN value IS 162 (63.67% from 255) = 42.52%
BLUE value IS 88 (34.77% from 255) = 23.10%
R=34.38%
G=42.52%
B=23.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal131162880.1900.460.3685.1429.649.02
Hex83A2581302E24551e31
Octal20324213023056441253661
Binary10000011101000101011000100110101110100100101010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,162,88); }

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

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

 a { background-color: rgb(131,162,88); }

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

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

 span { border-color: rgb(131,162,88); }

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