Html Css Color HEX #819B4A Chelsea Cucumber

📋 copy color: '#819B4A'

red 129 ◦ green 155 ◦ blue 74

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

Shades of Chelsea Cucumber #819B4A

Tints of Chelsea Cucumber #819B4A

RGB

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

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

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

R = 36.03%
G = 43.3%
B = 20.67%

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

#819B4A (or 0x819B4A) is known color: Chelsea Cucumber. HEX triplet: 81, 9B and 4A. RGB value is (129,155,74). Sum of RGB (Red+Green+Blue) = 129+155+74=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 155 - color contains mainly: green. Hex color #819B4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819B4A is #7E64B5. Grayscale: #8A8A8A. Windows color (decimal): -8283318 or 4889473. OLE color: 4889473.

HSL color Cylindrical-coordinate representation of color #819B4A: hue angle of 79.26º 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 #819B4A is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB 129 155 74 -
CMYK 0.17 0 0.52 0.39
HSL 79.26º 0.35% 0.45% -
HSV(B) 79.26º 0.52% 0.61% -
XYZ 22.01 28.6 10.84 -
YUV 137.99 91.89 121.59 -
System Red Green Blue C M Y K H S L
Decimal 129 155 74 0.17 0 0.52 0.39 79.26 0.35 0.45
Hex 81 9B 4A 11 0 34 27 4F 23 2D
Octal 201 233 112 21 0 64 47 117 43 55
Binary 10000001 10011011 1001010 10001 0 110100 100111 1001111 100011 101101

Color Harmonies of #819B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819B4A

Black with #819B4A

Text Example


Text Example

White with #819B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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