Html Css Color HEX #819A52 Chelsea Cucumber

📋 copy color: '#819A52'

red 129 ◦ green 154 ◦ blue 82

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

Shades of Chelsea Cucumber #819A52

Tints of Chelsea Cucumber #819A52

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.19%

 BLUE value IS 82 (32.42% from 255) = 22.47%

R = 35.34%
G = 42.19%
B = 22.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#819A52 (or 0x819A52) is known color: Chelsea Cucumber. HEX triplet: 81, 9A and 52. RGB value is (129,154,82). Sum of RGB (Red+Green+Blue) = 129+154+82=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 154 - color contains mainly: green. Hex color #819A52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819A52 is #7E65AD. Grayscale: #8A8A8A. Windows color (decimal): -8283566 or 5413505. OLE color: 5413505.

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

Color convert

RGB 129 154 82 -
CMYK 0.16 0 0.47 0.40
HSL 80.83º 0.31% 0.46% -
HSV(B) 80.83º 0.47% 0.6% -
XYZ 22.13 28.39 12.3 -
YUV 138.32 96.22 121.35 -
System Red Green Blue C M Y K H S L
Decimal 129 154 82 0.16 0 0.47 0.40 80.83 0.31 0.46
Hex 81 9A 52 10 0 2F 28 51 1F 2E
Octal 201 232 122 20 0 57 50 121 37 56
Binary 10000001 10011010 1010010 10000 0 101111 101000 1010001 11111 101110

Color Harmonies of #819A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819A52

Black with #819A52

Text Example


Text Example

White with #819A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819A52; }

 p { color: rgb(129,154,82); }

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

background-color css

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

 a { background-color: rgb(129,154,82); }

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

border-color css

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

 span { border-color: rgb(129,154,82); }

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