Html Css Color HEX #829808 Citron

📋 copy color: '#829808'

red 130 ◦ green 152 ◦ blue 8

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

Shades of Citron #829808

Tints of Citron #829808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.76%

R = 44.83%
G = 52.41%
B = 2.76%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#829808 (or 0x829808) is known color: Citron. HEX triplet: 82, 98 and 08. RGB value is (130,152,8). Sum of RGB (Red+Green+Blue) = 130+152+8=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 152 (59.77% from 255 or 52.41% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 152 - color contains mainly: green. Hex color #829808 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829808 is #7D67F7. Grayscale: #818181. Windows color (decimal): -8218616 or 563330. OLE color: 563330.

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

Color convert

RGB 130 152 8 -
CMYK 0.14 0 0.95 0.40
HSL 69.17º 0.9% 0.31% -
HSV(B) 69.17º 0.95% 0.6% -
XYZ 20.48 27.22 4.4 -
YUV 129.01 59.71 128.71 -
System Red Green Blue C M Y K H S L
Decimal 130 152 8 0.14 0 0.95 0.40 69.17 0.9 0.31
Hex 82 98 8 E 0 5F 28 45 5A 1F
Octal 202 230 10 16 0 137 50 105 132 37
Binary 10000010 10011000 1000 1110 0 1011111 101000 1000101 1011010 11111

Color Harmonies of #829808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829808

Black with #829808

Text Example


Text Example

White with #829808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829808; }

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

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

background-color css

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

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

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

border-color css

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

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

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