Html Css Color HEX #829F02 Citron

📋 copy color: '#829F02'

red 130 ◦ green 159 ◦ blue 2

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

Shades of Citron #829F02

Tints of Citron #829F02

RGB

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

 GREEN value IS 159 (62.5% from 255) = 54.64%

 BLUE value IS 2 (1.17% from 255) = 0.69%

R = 44.67%
G = 54.64%
B = 0.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#829F02 (or 0x829F02) is known color: Citron. HEX triplet: 82, 9F and 02. RGB value is (130,159,2). Sum of RGB (Red+Green+Blue) = 130+159+2=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 159 (62.5% from 255 or 54.64% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 159 - color contains mainly: green. Hex color #829F02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829F02 is #7D60FD. Grayscale: #858585. Windows color (decimal): -8216830 or 171906. OLE color: 171906.

HSL color Cylindrical-coordinate representation of color #829F02: hue angle of 71.08º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #829F02 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 159 2 -
CMYK 0.18 0 0.99 0.38
HSL 71.08º 0.98% 0.32% -
HSV(B) 71.08º 0.99% 0.62% -
XYZ 21.62 29.55 4.62 -
YUV 132.43 54.39 126.27 -
System Red Green Blue C M Y K H S L
Decimal 130 159 2 0.18 0 0.99 0.38 71.08 0.98 0.32
Hex 82 9F 2 12 0 63 26 47 62 20
Octal 202 237 2 22 0 143 46 107 142 40
Binary 10000010 10011111 10 10010 0 1100011 100110 1000111 1100010 100000

Color Harmonies of #829F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829F02

Black with #829F02

Text Example


Text Example

White with #829F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829F02; }

 p { color: rgb(130,159,2); }

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

background-color css

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

 a { background-color: rgb(130,159,2); }

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

border-color css

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

 span { border-color: rgb(130,159,2); }

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