Html Css Color HEX #829812 Citron

📋 copy color: '#829812'

red 130 ◦ green 152 ◦ blue 18

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

Shades of Citron #829812

Tints of Citron #829812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6%

R = 43.33%
G = 50.67%
B = 6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#829812 (or 0x829812) is known color: Citron. HEX triplet: 82, 98 and 12. RGB value is (130,152,18). Sum of RGB (Red+Green+Blue) = 130+152+18=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 152 (59.77% from 255 or 50.67% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 152 - color contains mainly: green. Hex color #829812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829812 is #7D67ED. Grayscale: #828282. Windows color (decimal): -8218606 or 1218690. OLE color: 1218690.

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

Color convert

RGB 130 152 18 -
CMYK 0.14 0 0.88 0.40
HSL 69.85º 0.79% 0.33% -
HSV(B) 69.85º 0.88% 0.6% -
XYZ 20.54 27.25 4.75 -
YUV 130.15 64.71 127.9 -
System Red Green Blue C M Y K H S L
Decimal 130 152 18 0.14 0 0.88 0.40 69.85 0.79 0.33
Hex 82 98 12 E 0 58 28 46 4F 21
Octal 202 230 22 16 0 130 50 106 117 41
Binary 10000010 10011000 10010 1110 0 1011000 101000 1000110 1001111 100001

Color Harmonies of #829812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829812

Black with #829812

Text Example


Text Example

White with #829812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829812; }

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

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

background-color css

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

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

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

border-color css

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

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

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