Html Css Color HEX #8AA55F Chelsea Cucumber

📋 copy color: '#8AA55F'

red 138 ◦ green 165 ◦ blue 95

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

Shades of Chelsea Cucumber #8AA55F

Tints of Chelsea Cucumber #8AA55F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.87%

R = 34.67%
G = 41.46%
B = 23.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#8AA55F (or 0x8AA55F) is known color: Chelsea Cucumber. HEX triplet: 8A, A5 and 5F. RGB value is (138,165,95). Sum of RGB (Red+Green+Blue) = 138+165+95=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA55F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA55F is #755AA0. Grayscale: #959595. Windows color (decimal): -7690913 or 6268298. OLE color: 6268298.

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

Color convert

RGB 138 165 95 -
CMYK 0.16 0 0.42 0.35
HSL 83.14º 0.28% 0.51% -
HSV(B) 83.14º 0.42% 0.65% -
XYZ 26 33.14 15.85 -
YUV 148.95 97.55 120.19 -
System Red Green Blue C M Y K H S L
Decimal 138 165 95 0.16 0 0.42 0.35 83.14 0.28 0.51
Hex 8A A5 5F 10 0 2A 23 53 1C 33
Octal 212 245 137 20 0 52 43 123 34 63
Binary 10001010 10100101 1011111 10000 0 101010 100011 1010011 11100 110011

Color Harmonies of #8AA55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA55F

Black with #8AA55F

Text Example


Text Example

White with #8AA55F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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