Html Css Color HEX #8AA453 Chelsea Cucumber

📋 copy color: '#8AA453'

red 138 ◦ green 164 ◦ blue 83

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

Shades of Chelsea Cucumber #8AA453

Tints of Chelsea Cucumber #8AA453

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.6%

 BLUE value IS 83 (32.81% from 255) = 21.56%

R = 35.84%
G = 42.6%
B = 21.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#8AA453 (or 0x8AA453) is known color: Chelsea Cucumber. HEX triplet: 8A, A4 and 53. RGB value is (138,164,83). Sum of RGB (Red+Green+Blue) = 138+164+83=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA453 is #755BAC. Grayscale: #939393. Windows color (decimal): -7691181 or 5481610. OLE color: 5481610.

HSL color Cylindrical-coordinate representation of color #8AA453: hue angle of 79.26º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8AA453 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 138 164 83 -
CMYK 0.16 0 0.49 0.36
HSL 79.26º 0.33% 0.48% -
HSV(B) 79.26º 0.49% 0.64% -
XYZ 25.32 32.58 13.14 -
YUV 146.99 91.89 121.59 -
System Red Green Blue C M Y K H S L
Decimal 138 164 83 0.16 0 0.49 0.36 79.26 0.33 0.48
Hex 8A A4 53 10 0 31 24 4F 21 30
Octal 212 244 123 20 0 61 44 117 41 60
Binary 10001010 10100100 1010011 10000 0 110001 100100 1001111 100001 110000

Color Harmonies of #8AA453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA453

Black with #8AA453

Text Example


Text Example

White with #8AA453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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