#83AF54

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

Shades of Chelsea Cucumber #83AF54

Tints of Chelsea Cucumber #83AF54

Color information

#83AF54 (or 0x83AF54) is unknown color: approx Chelsea Cucumber. HEX triplet: 83, AF and 54. RGB value is (131,175,84). Sum of RGB (Red+Green+Blue) = 131+175+84=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AF54 is #7C50AB. Grayscale: #979797. Windows color (decimal): -8147116 or 5549955. OLE color: 5549955.

HSL color Cylindrical-coordinate representation of color #83AF54: hue angle of 89.01º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #83AF54 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB13117584-
CMYK0.2500.520.31
HSL89.01º36.25%50.78%-
HSV(B)89.01º52%68.63%-
XYZ26.2936.1313.97-
YUV151.4789.92113.4-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.59%
GREEN value IS 175 (68.75% from 255) = 44.87%
BLUE value IS 84 (33.20% from 255) = 21.54%
R=33.59%
G=44.87%
B=21.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal131175840.2500.520.3189.0136.2550.78
Hex83AF54190341F592433
Octal20325712431064371314463
Binary10000011101011111010100110010110100111111011001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83AF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,175,84); }

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

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

 a { background-color: rgb(131,175,84); }

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

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

 span { border-color: rgb(131,175,84); }

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