Html Css Color HEX #819650 Chelsea Cucumber

📋 copy color: '#819650'

red 129 ◦ green 150 ◦ blue 80

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

Shades of Chelsea Cucumber #819650

Tints of Chelsea Cucumber #819650

RGB

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

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

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

R = 35.93%
G = 41.78%
B = 22.28%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#819650 (or 0x819650) is known color: Chelsea Cucumber. HEX triplet: 81, 96 and 50. RGB value is (129,150,80). Sum of RGB (Red+Green+Blue) = 129+150+80=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 150 - color contains mainly: green. Hex color #819650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819650 is #7E69AF. Grayscale: #888888. Windows color (decimal): -8284592 or 5281409. OLE color: 5281409.

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

Color convert

RGB 129 150 80 -
CMYK 0.14 0 0.47 0.41
HSL 78º 0.3% 0.45% -
HSV(B) 78º 0.47% 0.59% -
XYZ 21.41 27.06 11.68 -
YUV 135.74 96.54 123.19 -
System Red Green Blue C M Y K H S L
Decimal 129 150 80 0.14 0 0.47 0.41 78 0.3 0.45
Hex 81 96 50 E 0 2F 29 4E 1E 2D
Octal 201 226 120 16 0 57 51 116 36 55
Binary 10000001 10010110 1010000 1110 0 101111 101001 1001110 11110 101101

Color Harmonies of #819650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819650

Black with #819650

Text Example


Text Example

White with #819650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819650; }

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

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

background-color css

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

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

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

border-color css

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

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

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