#8AB953

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

Shades of Chelsea Cucumber #8AB953

Tints of Chelsea Cucumber #8AB953

Color information

#8AB953 (or 0x8AB953) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, B9 and 53. RGB value is (138,185,83). Sum of RGB (Red+Green+Blue) = 138+185+83=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 83 (32.81% from 255 or 20.44% from 406); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB953 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB953 is #7546AC. Grayscale: #9F9F9F. Windows color (decimal): -7685805 or 5486986. OLE color: 5486986.

HSL color Cylindrical-coordinate representation of color #8AB953: hue angle of 87.65º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8AB953 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB13818583-
CMYK0.2500.550.27
HSL87.65º42.15%52.55%-
HSV(B)87.65º55.14%72.55%-
XYZ29.3940.7314.5-
YUV159.3284.93112.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.99%
GREEN value IS 185 (72.66% from 255) = 45.57%
BLUE value IS 83 (32.81% from 255) = 20.44%
R=33.99%
G=45.57%
B=20.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138185830.2500.550.2787.6542.1552.55
Hex8AB953190371B582a35
Octal21227112331067331305265
Binary10001010101110011010011110010110111110111011000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AB953; }

 p { color: rgb(138,185,83); }

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

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

 a { background-color: rgb(138,185,83); }

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

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

 span { border-color: rgb(138,185,83); }

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