Html Css Color HEX #8AA25C Chelsea Cucumber

📋 copy color: '#8AA25C'

red 138 ◦ green 162 ◦ blue 92

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

Shades of Chelsea Cucumber #8AA25C

Tints of Chelsea Cucumber #8AA25C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.33%

 BLUE value IS 92 (36.33% from 255) = 23.47%

R = 35.2%
G = 41.33%
B = 23.47%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#8AA25C (or 0x8AA25C) is known color: Chelsea Cucumber. HEX triplet: 8A, A2 and 5C. RGB value is (138,162,92). Sum of RGB (Red+Green+Blue) = 138+162+92=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA25C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA25C is #755DA3. Grayscale: #939393. Windows color (decimal): -7691684 or 6070922. OLE color: 6070922.

HSL color Cylindrical-coordinate representation of color #8AA25C: hue angle of 80.57º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AA25C is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 138 162 92 -
CMYK 0.15 0 0.43 0.36
HSL 80.57º 0.28% 0.5% -
HSV(B) 80.57º 0.43% 0.64% -
XYZ 25.33 32.02 14.97 -
YUV 146.84 97.05 121.69 -
System Red Green Blue C M Y K H S L
Decimal 138 162 92 0.15 0 0.43 0.36 80.57 0.28 0.5
Hex 8A A2 5C F 0 2B 24 51 1C 32
Octal 212 242 134 17 0 53 44 121 34 62
Binary 10001010 10100010 1011100 1111 0 101011 100100 1010001 11100 110010

Color Harmonies of #8AA25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA25C

Black with #8AA25C

Text Example


Text Example

White with #8AA25C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,162,92); }

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

background-color css

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

 a { background-color: rgb(138,162,92); }

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

border-color css

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

 span { border-color: rgb(138,162,92); }

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