#8AB053

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

Shades of Chelsea Cucumber #8AB053

Tints of Chelsea Cucumber #8AB053

Color information

#8AB053 (or 0x8AB053) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, B0 and 53. RGB value is (138,176,83). Sum of RGB (Red+Green+Blue) = 138+176+83=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 176 (69.14% from 255 or 44.33% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB053 is #754FAC. Grayscale: #9A9A9A. Windows color (decimal): -7688109 or 5484682. OLE color: 5484682.

HSL color Cylindrical-coordinate representation of color #8AB053: hue angle of 84.52º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8AB053 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB13817683-
CMYK0.2200.530.31
HSL84.52º37.05%50.78%-
HSV(B)84.52º52.84%69.02%-
XYZ27.5737.0813.89-
YUV154.0487.91116.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.76%
GREEN value IS 176 (69.14% from 255) = 44.33%
BLUE value IS 83 (32.81% from 255) = 20.91%
R=34.76%
G=44.33%
B=20.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138176830.2200.530.3184.5237.0550.78
Hex8AB053160351F552533
Octal21226012326065371254563
Binary10001010101100001010011101100110101111111010101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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