Html Css Color HEX #809B4A Chelsea Cucumber

📋 copy color: '#809B4A'

red 128 ◦ green 155 ◦ blue 74

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

Shades of Chelsea Cucumber #809B4A

Tints of Chelsea Cucumber #809B4A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.42%

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

R = 35.85%
G = 43.42%
B = 20.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#809B4A (or 0x809B4A) is known color: Chelsea Cucumber. HEX triplet: 80, 9B and 4A. RGB value is (128,155,74). Sum of RGB (Red+Green+Blue) = 128+155+74=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 155 - color contains mainly: green. Hex color #809B4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809B4A is #7F64B5. Grayscale: #898989. Windows color (decimal): -8348854 or 4889472. OLE color: 4889472.

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

Color convert

RGB 128 155 74 -
CMYK 0.17 0 0.52 0.39
HSL 80º 0.35% 0.45% -
HSV(B) 80º 0.52% 0.61% -
XYZ 21.86 28.53 10.83 -
YUV 137.69 92.05 121.09 -
System Red Green Blue C M Y K H S L
Decimal 128 155 74 0.17 0 0.52 0.39 80 0.35 0.45
Hex 80 9B 4A 11 0 34 27 50 23 2D
Octal 200 233 112 21 0 64 47 120 43 55
Binary 10000000 10011011 1001010 10001 0 110100 100111 1010000 100011 101101

Color Harmonies of #809B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809B4A

Black with #809B4A

Text Example


Text Example

White with #809B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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