Html Css Color HEX #8AA561 Chelsea Cucumber

📋 copy color: '#8AA561'

red 138 ◦ green 165 ◦ blue 97

#8AA561
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #8AA561

Tints of Chelsea Cucumber #8AA561

RGB

 RED value IS 138 (54.3% from 255) = 34.5%

 GREEN value IS 165 (64.84% from 255) = 41.25%

 BLUE value IS 97 (38.28% from 255) = 24.25%

R = 34.5%
G = 41.25%
B = 24.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#8AA561 (or 0x8AA561) is known color: Chelsea Cucumber. HEX triplet: 8A, A5 and 61. RGB value is (138,165,97). Sum of RGB (Red+Green+Blue) = 138+165+97=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA561 is #755A9E. Grayscale: #959595. Windows color (decimal): -7690911 or 6399370. OLE color: 6399370.

HSL color Cylindrical-coordinate representation of color #8AA561: hue angle of 83.82º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AA561 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB 138 165 97 -
CMYK 0.16 0 0.41 0.35
HSL 83.82º 0.27% 0.51% -
HSV(B) 83.82º 0.41% 0.65% -
XYZ 26.09 33.18 16.34 -
YUV 149.18 98.55 120.03 -
System Red Green Blue C M Y K H S L
Decimal 138 165 97 0.16 0 0.41 0.35 83.82 0.27 0.51
Hex 8A A5 61 10 0 29 23 54 1B 33
Octal 212 245 141 20 0 51 43 124 33 63
Binary 10001010 10100101 1100001 10000 0 101001 100011 1010100 11011 110011

Color Harmonies of #8AA561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA561

Black with #8AA561

Text Example


Text Example

White with #8AA561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,165,97); }

 H1.HeaderClassName
 {
   color: #8AA561;
 }
 .AnyTagClassName
 {
   color: #8AA561;
 }
</style>

background-color css

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

 a { background-color: rgb(138,165,97); }

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

border-color css

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

 span { border-color: rgb(138,165,97); }

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