Html Css Color HEX #829818 Citron

📋 copy color: '#829818'

red 130 ◦ green 152 ◦ blue 24

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

Shades of Citron #829818

Tints of Citron #829818

RGB

 RED value IS 130 (51.17% from 255) = 42.48%

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

 BLUE value IS 24 (9.77% from 255) = 7.84%

R = 42.48%
G = 49.67%
B = 7.84%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#829818 (or 0x829818) is known color: Citron. HEX triplet: 82, 98 and 18. RGB value is (130,152,24). Sum of RGB (Red+Green+Blue) = 130+152+24=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 24 (9.77% from 255 or 7.84% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #829818 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829818 is #7D67E7. Grayscale: #838383. Windows color (decimal): -8218600 or 1611906. OLE color: 1611906.

HSL color Cylindrical-coordinate representation of color #829818: hue angle of 70.31º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #829818 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 152 24 -
CMYK 0.14 0 0.84 0.40
HSL 70.31º 0.73% 0.35% -
HSV(B) 70.31º 0.84% 0.6% -
XYZ 20.6 27.27 5.04 -
YUV 130.83 67.71 127.41 -
System Red Green Blue C M Y K H S L
Decimal 130 152 24 0.14 0 0.84 0.40 70.31 0.73 0.35
Hex 82 98 18 E 0 54 28 46 49 23
Octal 202 230 30 16 0 124 50 106 111 43
Binary 10000010 10011000 11000 1110 0 1010100 101000 1000110 1001001 100011

Color Harmonies of #829818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829818

Black with #829818

Text Example


Text Example

White with #829818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829818; }

 p { color: rgb(130,152,24); }

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

background-color css

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

 a { background-color: rgb(130,152,24); }

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

border-color css

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

 span { border-color: rgb(130,152,24); }

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