Html Css Color HEX #8AA546 Chelsea Cucumber

📋 copy color: '#8AA546'

red 138 ◦ green 165 ◦ blue 70

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

Shades of Chelsea Cucumber #8AA546

Tints of Chelsea Cucumber #8AA546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.77%

R = 37%
G = 44.24%
B = 18.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#8AA546 (or 0x8AA546) is known color: Chelsea Cucumber. HEX triplet: 8A, A5 and 46. RGB value is (138,165,70). Sum of RGB (Red+Green+Blue) = 138+165+70=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 165 (64.84% from 255 or 44.24% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA546 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA546 is #755AB9. Grayscale: #929292. Windows color (decimal): -7690938 or 4629898. OLE color: 4629898.

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

Color convert

RGB 138 165 70 -
CMYK 0.16 0 0.58 0.35
HSL 77.05º 0.4% 0.46% -
HSV(B) 77.05º 0.58% 0.65% -
XYZ 25.04 32.76 10.8 -
YUV 146.1 85.05 122.22 -
System Red Green Blue C M Y K H S L
Decimal 138 165 70 0.16 0 0.58 0.35 77.05 0.4 0.46
Hex 8A A5 46 10 0 3A 23 4D 28 2E
Octal 212 245 106 20 0 72 43 115 50 56
Binary 10001010 10100101 1000110 10000 0 111010 100011 1001101 101000 101110

Color Harmonies of #8AA546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA546

Black with #8AA546

Text Example


Text Example

White with #8AA546

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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