Html Css Color HEX #81964E Chelsea Cucumber

📋 copy color: '#81964E'

red 129 ◦ green 150 ◦ blue 78

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

Shades of Chelsea Cucumber #81964E

Tints of Chelsea Cucumber #81964E

RGB

 RED value IS 129 (50.78% from 255) = 36.13%

 GREEN value IS 150 (58.98% from 255) = 42.02%

 BLUE value IS 78 (30.86% from 255) = 21.85%

R = 36.13%
G = 42.02%
B = 21.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#81964E (or 0x81964E) is known color: Chelsea Cucumber. HEX triplet: 81, 96 and 4E. RGB value is (129,150,78). Sum of RGB (Red+Green+Blue) = 129+150+78=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 150 - color contains mainly: green. Hex color #81964E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81964E is #7E69B1. Grayscale: #878787. Windows color (decimal): -8284594 or 5150337. OLE color: 5150337.

HSL color Cylindrical-coordinate representation of color #81964E: hue angle of 77.5º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81964E is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB 129 150 78 -
CMYK 0.14 0 0.48 0.41
HSL 77.5º 0.32% 0.45% -
HSV(B) 77.5º 0.48% 0.59% -
XYZ 21.33 27.03 11.3 -
YUV 135.51 95.54 123.35 -
System Red Green Blue C M Y K H S L
Decimal 129 150 78 0.14 0 0.48 0.41 77.5 0.32 0.45
Hex 81 96 4E E 0 30 29 4E 20 2D
Octal 201 226 116 16 0 60 51 116 40 55
Binary 10000001 10010110 1001110 1110 0 110000 101001 1001110 100000 101101

Color Harmonies of #81964E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81964E

Black with #81964E

Text Example


Text Example

White with #81964E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81964E; }

 p { color: rgb(129,150,78); }

 H1.HeaderClassName
 {
   color: #81964E;
 }
 .AnyTagClassName
 {
   color: #81964E;
 }
</style>

background-color css

<style>
 a { background-color: #81964E; }

 a { background-color: rgb(129,150,78); }

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

border-color css

<style>
 span { border-color: #81964E; }

 span { border-color: rgb(129,150,78); }

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