Html Css Color HEX #8AAE52 Chelsea Cucumber

📋 copy color: '#8AAE52'

red 138 ◦ green 174 ◦ blue 82

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

Shades of Chelsea Cucumber #8AAE52

Tints of Chelsea Cucumber #8AAE52

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.16%

 BLUE value IS 82 (32.42% from 255) = 20.81%

R = 35.03%
G = 44.16%
B = 20.81%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#8AAE52 (or 0x8AAE52) is known color: Chelsea Cucumber. HEX triplet: 8A, AE and 52. RGB value is (138,174,82). Sum of RGB (Red+Green+Blue) = 138+174+82=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 82 (32.42% from 255 or 20.81% from 394); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAE52 is #7551AD. Grayscale: #999999. Windows color (decimal): -7688622 or 5418634. OLE color: 5418634.

HSL color Cylindrical-coordinate representation of color #8AAE52: hue angle of 83.48º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8AAE52 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB 138 174 82 -
CMYK 0.21 0 0.53 0.32
HSL 83.48º 0.36% 0.5% -
HSV(B) 83.48º 0.53% 0.68% -
XYZ 27.14 36.28 13.56 -
YUV 152.75 88.07 117.48 -
System Red Green Blue C M Y K H S L
Decimal 138 174 82 0.21 0 0.53 0.32 83.48 0.36 0.5
Hex 8A AE 52 15 0 35 20 53 24 32
Octal 212 256 122 25 0 65 40 123 44 62
Binary 10001010 10101110 1010010 10101 0 110101 100000 1010011 100100 110010

Color Harmonies of #8AAE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAE52

Black with #8AAE52

Text Example


Text Example

White with #8AAE52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,174,82); }

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

background-color css

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

 a { background-color: rgb(138,174,82); }

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

border-color css

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

 span { border-color: rgb(138,174,82); }

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