Html Css Color HEX #829618 Citron

📋 copy color: '#829618'

red 130 ◦ green 150 ◦ blue 24

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

Shades of Citron #829618

Tints of Citron #829618

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.34%

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

R = 42.76%
G = 49.34%
B = 7.89%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#829618 (or 0x829618) is known color: Citron. HEX triplet: 82, 96 and 18. RGB value is (130,150,24). Sum of RGB (Red+Green+Blue) = 130+150+24=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #829618 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829618 is #7D69E7. Grayscale: #828282. Windows color (decimal): -8219112 or 1611394. OLE color: 1611394.

HSL color Cylindrical-coordinate representation of color #829618: hue angle of 69.52º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #829618 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 150 24 -
CMYK 0.13 0 0.84 0.41
HSL 69.52º 0.72% 0.34% -
HSV(B) 69.52º 0.84% 0.59% -
XYZ 20.28 26.62 4.93 -
YUV 129.66 68.37 128.25 -
System Red Green Blue C M Y K H S L
Decimal 130 150 24 0.13 0 0.84 0.41 69.52 0.72 0.34
Hex 82 96 18 D 0 54 29 46 48 22
Octal 202 226 30 15 0 124 51 106 110 42
Binary 10000010 10010110 11000 1101 0 1010100 101001 1000110 1001000 100010

Color Harmonies of #829618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829618

Black with #829618

Text Example


Text Example

White with #829618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829618; }

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

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

background-color css

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

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

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

border-color css

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

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

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