Html Css Color HEX #829824 Citron

📋 copy color: '#829824'

red 130 ◦ green 152 ◦ blue 36

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

Shades of Citron #829824

Tints of Citron #829824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.32%

R = 40.88%
G = 47.8%
B = 11.32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#829824 (or 0x829824) is known color: Citron. HEX triplet: 82, 98 and 24. RGB value is (130,152,36). Sum of RGB (Red+Green+Blue) = 130+152+36=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 152 (59.77% from 255 or 47.80% from 318); Blue value is 36 (14.45% from 255 or 11.32% from 318); Max value from RGB is 152 - color contains mainly: green. Hex color #829824 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829824 is #7D67DB. Grayscale: #848484. Windows color (decimal): -8218588 or 2398338. OLE color: 2398338.

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

Color convert

RGB 130 152 36 -
CMYK 0.14 0 0.76 0.40
HSL 71.38º 0.62% 0.37% -
HSV(B) 71.38º 0.76% 0.6% -
XYZ 20.75 27.33 5.85 -
YUV 132.2 73.71 126.43 -
System Red Green Blue C M Y K H S L
Decimal 130 152 36 0.14 0 0.76 0.40 71.38 0.62 0.37
Hex 82 98 24 E 0 4C 28 47 3E 25
Octal 202 230 44 16 0 114 50 107 76 45
Binary 10000010 10011000 100100 1110 0 1001100 101000 1000111 111110 100101

Color Harmonies of #829824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829824

Black with #829824

Text Example


Text Example

White with #829824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829824; }

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

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

background-color css

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

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

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

border-color css

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

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

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