#8AB641

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

Shades of Chelsea Cucumber #8AB641

Tints of Chelsea Cucumber #8AB641

Color information

#8AB641 (or 0x8AB641) is unknown color: approx Chelsea Cucumber. HEX triplet: 8A, B6 and 41. RGB value is (138,182,65). Sum of RGB (Red+Green+Blue) = 138+182+65=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB641 is #7549BE. Grayscale: #9B9B9B. Windows color (decimal): -7686591 or 4306570. OLE color: 4306570.

HSL color Cylindrical-coordinate representation of color #8AB641: hue angle of 82.56º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8AB641 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB13818265-
CMYK0.2400.640.29
HSL82.56º47.37%48.43%-
HSV(B)82.56º64.29%71.37%-
XYZ28.1639.2411.09-
YUV155.5176.92115.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.84%
GREEN value IS 182 (71.48% from 255) = 47.27%
BLUE value IS 65 (25.78% from 255) = 16.88%
R=35.84%
G=47.27%
B=16.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal138182650.2400.640.2982.5647.3748.43
Hex8AB641180401D532f30
Octal212266101300100351235760
Binary100010101011011010000011100001000000111011010011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,182,65); }

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

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

 a { background-color: rgb(138,182,65); }

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

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

 span { border-color: rgb(138,182,65); }

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