#8AB253

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

Shades of Chelsea Cucumber #8AB253

Tints of Chelsea Cucumber #8AB253

Color information

#8AB253 (or 0x8AB253) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, B2 and 53. RGB value is (138,178,83). Sum of RGB (Red+Green+Blue) = 138+178+83=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 178 - color contains mainly: green. Hex color #8AB253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB253 is #754DAC. Grayscale: #9B9B9B. Windows color (decimal): -7687597 or 5485194. OLE color: 5485194.

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

Color convert

RGB13817883-
CMYK0.2200.530.30
HSL85.26º38.15%51.18%-
HSV(B)85.26º53.37%69.8%-
XYZ27.9637.8714.02-
YUV155.2187.25115.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.59%
GREEN value IS 178 (69.92% from 255) = 44.61%
BLUE value IS 83 (32.81% from 255) = 20.80%
R=34.59%
G=44.61%
B=20.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal138178830.2200.530.3085.2638.1551.18
Hex8AB253160351E552633
Octal21226212326065361254663
Binary10001010101100101010011101100110101111101010101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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