Html Css Color HEX #82990F Citron

📋 copy color: '#82990F'

red 130 ◦ green 153 ◦ blue 15

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

Shades of Citron #82990F

Tints of Citron #82990F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 51.34%

 BLUE value IS 15 (6.25% from 255) = 5.03%

R = 43.62%
G = 51.34%
B = 5.03%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#82990F (or 0x82990F) is known color: Citron. HEX triplet: 82, 99 and 0F. RGB value is (130,153,15). Sum of RGB (Red+Green+Blue) = 130+153+15=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 153 (60.16% from 255 or 51.34% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 153 - color contains mainly: green. Hex color #82990F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82990F is #7D66F0. Grayscale: #828282. Windows color (decimal): -8218353 or 1022338. OLE color: 1022338.

HSL color Cylindrical-coordinate representation of color #82990F: hue angle of 70º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82990F is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 130 153 15 -
CMYK 0.15 0 0.90 0.4
HSL 70º 0.82% 0.33% -
HSV(B) 70º 0.9% 0.6% -
XYZ 20.68 27.56 4.68 -
YUV 130.39 62.88 127.72 -
System Red Green Blue C M Y K H S L
Decimal 130 153 15 0.15 0 0.90 0.4 70 0.82 0.33
Hex 82 99 F F 0 5A 28 46 52 21
Octal 202 231 17 17 0 132 50 106 122 41
Binary 10000010 10011001 1111 1111 0 1011010 101000 1000110 1010010 100001

Color Harmonies of #82990F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82990F

Black with #82990F

Text Example


Text Example

White with #82990F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82990F; }

 p { color: rgb(130,153,15); }

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

background-color css

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

 a { background-color: rgb(130,153,15); }

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

border-color css

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

 span { border-color: rgb(130,153,15); }

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