Html Css Color HEX #8A985A Chelsea Cucumber

📋 copy color: '#8A985A'

red 138 ◦ green 152 ◦ blue 90

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

Shades of Chelsea Cucumber #8A985A

Tints of Chelsea Cucumber #8A985A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40%

 BLUE value IS 90 (35.55% from 255) = 23.68%

R = 36.32%
G = 40%
B = 23.68%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#8A985A (or 0x8A985A) is known color: Chelsea Cucumber. HEX triplet: 8A, 98 and 5A. RGB value is (138,152,90). Sum of RGB (Red+Green+Blue) = 138+152+90=380 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.32% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 152 - color contains mainly: green. Hex color #8A985A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A985A is #7567A5. Grayscale: #8C8C8C. Windows color (decimal): -7694246 or 5937290. OLE color: 5937290.

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

Color convert

RGB 138 152 90 -
CMYK 0.09 0 0.41 0.40
HSL 73.55º 0.26% 0.47% -
HSV(B) 73.55º 0.41% 0.6% -
XYZ 23.55 28.6 13.95 -
YUV 140.75 99.36 126.04 -
System Red Green Blue C M Y K H S L
Decimal 138 152 90 0.09 0 0.41 0.40 73.55 0.26 0.47
Hex 8A 98 5A 9 0 29 28 4A 1A 2F
Octal 212 230 132 11 0 51 50 112 32 57
Binary 10001010 10011000 1011010 1001 0 101001 101000 1001010 11010 101111

Color Harmonies of #8A985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A985A

Black with #8A985A

Text Example


Text Example

White with #8A985A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,152,90); }

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

background-color css

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

 a { background-color: rgb(138,152,90); }

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

border-color css

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

 span { border-color: rgb(138,152,90); }

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