Html Css Color HEX #819820 Citron

📋 copy color: '#819820'

red 129 ◦ green 152 ◦ blue 32

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

Shades of Citron #819820

Tints of Citron #819820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.22%

R = 41.21%
G = 48.56%
B = 10.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#819820 (or 0x819820) is known color: Citron. HEX triplet: 81, 98 and 20. RGB value is (129,152,32). Sum of RGB (Red+Green+Blue) = 129+152+32=313 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.21% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 152 - color contains mainly: green. Hex color #819820 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819820 is #7E67DF. Grayscale: #838383. Windows color (decimal): -8284128 or 2136193. OLE color: 2136193.

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

Color convert

RGB 129 152 32 -
CMYK 0.15 0 0.79 0.40
HSL 71.5º 0.65% 0.36% -
HSV(B) 71.5º 0.79% 0.6% -
XYZ 20.54 27.23 5.54 -
YUV 131.44 71.88 126.26 -
System Red Green Blue C M Y K H S L
Decimal 129 152 32 0.15 0 0.79 0.40 71.5 0.65 0.36
Hex 81 98 20 F 0 4F 28 48 41 24
Octal 201 230 40 17 0 117 50 110 101 44
Binary 10000001 10011000 100000 1111 0 1001111 101000 1001000 1000001 100100

Color Harmonies of #819820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819820

Black with #819820

Text Example


Text Example

White with #819820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819820; }

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

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

background-color css

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

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

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

border-color css

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

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

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