Html Css Color HEX #819850 Chelsea Cucumber

📋 copy color: '#819850'

red 129 ◦ green 152 ◦ blue 80

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

Shades of Chelsea Cucumber #819850

Tints of Chelsea Cucumber #819850

RGB

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

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

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

R = 35.73%
G = 42.11%
B = 22.16%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#819850 (or 0x819850) is known color: Chelsea Cucumber. HEX triplet: 81, 98 and 50. RGB value is (129,152,80). Sum of RGB (Red+Green+Blue) = 129+152+80=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 152 - color contains mainly: green. Hex color #819850 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819850 is #7E67AF. Grayscale: #898989. Windows color (decimal): -8284080 or 5281921. OLE color: 5281921.

HSL color Cylindrical-coordinate representation of color #819850: hue angle of 79.17º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #819850 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 129 152 80 -
CMYK 0.15 0 0.47 0.40
HSL 79.17º 0.31% 0.45% -
HSV(B) 79.17º 0.47% 0.6% -
XYZ 21.73 27.7 11.79 -
YUV 136.92 95.88 122.35 -
System Red Green Blue C M Y K H S L
Decimal 129 152 80 0.15 0 0.47 0.40 79.17 0.31 0.45
Hex 81 98 50 F 0 2F 28 4F 1F 2D
Octal 201 230 120 17 0 57 50 117 37 55
Binary 10000001 10011000 1010000 1111 0 101111 101000 1001111 11111 101101

Color Harmonies of #819850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819850

Black with #819850

Text Example


Text Example

White with #819850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819850; }

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

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

background-color css

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

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

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

border-color css

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

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

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