Html Css Color HEX #829918 Citron

📋 copy color: '#829918'

red 130 ◦ green 153 ◦ blue 24

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

Shades of Citron #829918

Tints of Citron #829918

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.84%

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

R = 42.35%
G = 49.84%
B = 7.82%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#829918 (or 0x829918) is known color: Citron. HEX triplet: 82, 99 and 18. RGB value is (130,153,24). Sum of RGB (Red+Green+Blue) = 130+153+24=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 153 (60.16% from 255 or 49.84% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 153 - color contains mainly: green. Hex color #829918 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829918 is #7D66E7. Grayscale: #838383. Windows color (decimal): -8218344 or 1612162. OLE color: 1612162.

HSL color Cylindrical-coordinate representation of color #829918: hue angle of 70.7º 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 #829918 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 153 24 -
CMYK 0.15 0 0.84 0.4
HSL 70.7º 0.73% 0.35% -
HSV(B) 70.7º 0.84% 0.6% -
XYZ 20.76 27.59 5.1 -
YUV 131.42 67.38 126.99 -
System Red Green Blue C M Y K H S L
Decimal 130 153 24 0.15 0 0.84 0.4 70.7 0.73 0.35
Hex 82 99 18 F 0 54 28 47 49 23
Octal 202 231 30 17 0 124 50 107 111 43
Binary 10000010 10011001 11000 1111 0 1010100 101000 1000111 1001001 100011

Color Harmonies of #829918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829918

Black with #829918

Text Example


Text Example

White with #829918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829918; }

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

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

background-color css

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

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

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

border-color css

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

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

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