#83A248

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

Shades of Chelsea Cucumber #83A248

Tints of Chelsea Cucumber #83A248

Color information

#83A248 (or 0x83A248) is unknown color: approx Chelsea Cucumber. HEX triplet: 83, A2 and 48. RGB value is (131,162,72). Sum of RGB (Red+Green+Blue) = 131+162+72=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 162 - color contains mainly: green. Hex color #83A248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A248 is #7C5DB7. Grayscale: #8E8E8E. Windows color (decimal): -8150456 or 4760195. OLE color: 4760195.

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

Color convert

RGB13116272-
CMYK0.1900.560.36
HSL80.67º38.46%45.88%-
HSV(B)80.67º55.56%63.53%-
XYZ23.4531.1310.9-
YUV142.4788.23119.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.89%
GREEN value IS 162 (63.67% from 255) = 44.38%
BLUE value IS 72 (28.52% from 255) = 19.73%
R=35.89%
G=44.38%
B=19.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal131162720.1900.560.3680.6738.4645.88
Hex83A248130382451262e
Octal20324211023070441214656
Binary100000111010001010010001001101110001001001010001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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