#8AB054

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

Shades of Chelsea Cucumber #8AB054

Tints of Chelsea Cucumber #8AB054

Color information

#8AB054 (or 0x8AB054) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, B0 and 54. RGB value is (138,176,84). Sum of RGB (Red+Green+Blue) = 138+176+84=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB054 is #754FAB. Grayscale: #9A9A9A. Windows color (decimal): -7688108 or 5550218. OLE color: 5550218.

HSL color Cylindrical-coordinate representation of color #8AB054: hue angle of 84.78º degrees, saturation: 0.37, 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 #8AB054 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB13817684-
CMYK0.2200.520.31
HSL84.78º36.8%50.98%-
HSV(B)84.78º52.27%69.02%-
XYZ27.6137.0914.09-
YUV154.1588.41116.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.67%
GREEN value IS 176 (69.14% from 255) = 44.22%
BLUE value IS 84 (33.20% from 255) = 21.11%
R=34.67%
G=44.22%
B=21.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138176840.2200.520.3184.7836.850.98
Hex8AB054160341F552533
Octal21226012426064371254563
Binary10001010101100001010100101100110100111111010101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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