Html Css Color HEX #809C4A Chelsea Cucumber

📋 copy color: '#809C4A'

red 128 ◦ green 156 ◦ blue 74

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

Shades of Chelsea Cucumber #809C4A

Tints of Chelsea Cucumber #809C4A

RGB

 RED value IS 128 (50.39% from 255) = 35.75%

 GREEN value IS 156 (61.33% from 255) = 43.58%

 BLUE value IS 74 (29.3% from 255) = 20.67%

R = 35.75%
G = 43.58%
B = 20.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#809C4A (or 0x809C4A) is known color: Chelsea Cucumber. HEX triplet: 80, 9C and 4A. RGB value is (128,156,74). Sum of RGB (Red+Green+Blue) = 128+156+74=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 156 (61.33% from 255 or 43.58% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 156 - color contains mainly: green. Hex color #809C4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809C4A is #7F63B5. Grayscale: #8A8A8A. Windows color (decimal): -8348598 or 4889728. OLE color: 4889728.

HSL color Cylindrical-coordinate representation of color #809C4A: hue angle of 80.49º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #809C4A is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 156 74 -
CMYK 0.18 0 0.53 0.39
HSL 80.49º 0.36% 0.45% -
HSV(B) 80.49º 0.53% 0.61% -
XYZ 22.03 28.86 10.89 -
YUV 138.28 91.72 120.67 -
System Red Green Blue C M Y K H S L
Decimal 128 156 74 0.18 0 0.53 0.39 80.49 0.36 0.45
Hex 80 9C 4A 12 0 35 27 50 24 2D
Octal 200 234 112 22 0 65 47 120 44 55
Binary 10000000 10011100 1001010 10010 0 110101 100111 1010000 100100 101101

Color Harmonies of #809C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809C4A

Black with #809C4A

Text Example


Text Example

White with #809C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809C4A; }

 p { color: rgb(128,156,74); }

 H1.HeaderClassName
 {
   color: #809C4A;
 }
 .AnyTagClassName
 {
   color: #809C4A;
 }
</style>

background-color css

<style>
 a { background-color: #809C4A; }

 a { background-color: rgb(128,156,74); }

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

border-color css

<style>
 span { border-color: #809C4A; }

 span { border-color: rgb(128,156,74); }

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