#8AB350

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

Shades of Chelsea Cucumber #8AB350

Tints of Chelsea Cucumber #8AB350

Color information

#8AB350 (or 0x8AB350) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, B3 and 50. RGB value is (138,179,80). Sum of RGB (Red+Green+Blue) = 138+179+80=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB350 is #754CAF. Grayscale: #9B9B9B. Windows color (decimal): -7687344 or 5288842. OLE color: 5288842.

HSL color Cylindrical-coordinate representation of color #8AB350: hue angle of 84.85º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8AB350 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB13817980-
CMYK0.2300.550.30
HSL84.85º39.44%50.78%-
HSV(B)84.85º55.31%70.2%-
XYZ28.0538.2213.49-
YUV155.4585.42115.55-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.76%
GREEN value IS 179 (70.31% from 255) = 45.09%
BLUE value IS 80 (31.64% from 255) = 20.15%
R=34.76%
G=45.09%
B=20.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal138179800.2300.550.3084.8539.4450.78
Hex8AB350170371E552733
Octal21226312027067361254763
Binary10001010101100111010000101110110111111101010101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,179,80); }

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

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

 a { background-color: rgb(138,179,80); }

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

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

 span { border-color: rgb(138,179,80); }

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