Html Css Color HEX #8A9956 Chelsea Cucumber

📋 copy color: '#8A9956'

red 138 ◦ green 153 ◦ blue 86

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

Shades of Chelsea Cucumber #8A9956

Tints of Chelsea Cucumber #8A9956

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.58%

 BLUE value IS 86 (33.98% from 255) = 22.81%

R = 36.6%
G = 40.58%
B = 22.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#8A9956 (or 0x8A9956) is known color: Chelsea Cucumber. HEX triplet: 8A, 99 and 56. RGB value is (138,153,86). Sum of RGB (Red+Green+Blue) = 138+153+86=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 153 - color contains mainly: green. Hex color #8A9956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9956 is #7566A9. Grayscale: #8D8D8D. Windows color (decimal): -7693994 or 5675402. OLE color: 5675402.

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

Color convert

RGB 138 153 86 -
CMYK 0.10 0 0.44 0.4
HSL 73.43º 0.28% 0.47% -
HSV(B) 73.43º 0.44% 0.6% -
XYZ 23.55 28.86 13.13 -
YUV 140.88 97.03 125.95 -
System Red Green Blue C M Y K H S L
Decimal 138 153 86 0.10 0 0.44 0.4 73.43 0.28 0.47
Hex 8A 99 56 A 0 2C 28 49 1C 2F
Octal 212 231 126 12 0 54 50 111 34 57
Binary 10001010 10011001 1010110 1010 0 101100 101000 1001001 11100 101111

Color Harmonies of #8A9956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9956

Black with #8A9956

Text Example


Text Example

White with #8A9956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,153,86); }

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

background-color css

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

 a { background-color: rgb(138,153,86); }

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

border-color css

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

 span { border-color: rgb(138,153,86); }

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