Html Css Color HEX #8A9A54 Chelsea Cucumber

📋 copy color: '#8A9A54'

red 138 ◦ green 154 ◦ blue 84

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

Shades of Chelsea Cucumber #8A9A54

Tints of Chelsea Cucumber #8A9A54

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.96%

 BLUE value IS 84 (33.2% from 255) = 22.34%

R = 36.7%
G = 40.96%
B = 22.34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#8A9A54 (or 0x8A9A54) is known color: Chelsea Cucumber. HEX triplet: 8A, 9A and 54. RGB value is (138,154,84). Sum of RGB (Red+Green+Blue) = 138+154+84=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 154 - color contains mainly: green. Hex color #8A9A54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9A54 is #7565AB. Grayscale: #8D8D8D. Windows color (decimal): -7693740 or 5544586. OLE color: 5544586.

HSL color Cylindrical-coordinate representation of color #8A9A54: hue angle of 73.71º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A9A54 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB 138 154 84 -
CMYK 0.10 0 0.45 0.40
HSL 73.71º 0.29% 0.47% -
HSV(B) 73.71º 0.45% 0.6% -
XYZ 23.64 29.15 12.77 -
YUV 141.24 95.7 125.69 -
System Red Green Blue C M Y K H S L
Decimal 138 154 84 0.10 0 0.45 0.40 73.71 0.29 0.47
Hex 8A 9A 54 A 0 2D 28 4A 1D 2F
Octal 212 232 124 12 0 55 50 112 35 57
Binary 10001010 10011010 1010100 1010 0 101101 101000 1001010 11101 101111

Color Harmonies of #8A9A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9A54

Black with #8A9A54

Text Example


Text Example

White with #8A9A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,154,84); }

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

background-color css

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

 a { background-color: rgb(138,154,84); }

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

border-color css

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

 span { border-color: rgb(138,154,84); }

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