Html Css Color HEX #8A9950 Chelsea Cucumber

📋 copy color: '#8A9950'

red 138 ◦ green 153 ◦ blue 80

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

Shades of Chelsea Cucumber #8A9950

Tints of Chelsea Cucumber #8A9950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.56%

R = 37.2%
G = 41.24%
B = 21.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#8A9950 (or 0x8A9950) is known color: Chelsea Cucumber. HEX triplet: 8A, 99 and 50. RGB value is (138,153,80). Sum of RGB (Red+Green+Blue) = 138+153+80=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #8A9950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9950 is #7566AF. Grayscale: #8C8C8C. Windows color (decimal): -7694000 or 5282186. OLE color: 5282186.

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

Color convert

RGB 138 153 80 -
CMYK 0.10 0 0.48 0.4
HSL 72.33º 0.31% 0.46% -
HSV(B) 72.33º 0.48% 0.6% -
XYZ 23.32 28.76 11.91 -
YUV 140.19 94.03 126.44 -
System Red Green Blue C M Y K H S L
Decimal 138 153 80 0.10 0 0.48 0.4 72.33 0.31 0.46
Hex 8A 99 50 A 0 30 28 48 1F 2E
Octal 212 231 120 12 0 60 50 110 37 56
Binary 10001010 10011001 1010000 1010 0 110000 101000 1001000 11111 101110

Color Harmonies of #8A9950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9950

Black with #8A9950

Text Example


Text Example

White with #8A9950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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