Html Css Color HEX #82920F Citron

📋 copy color: '#82920F'

red 130 ◦ green 146 ◦ blue 15

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

Shades of Citron #82920F

Tints of Citron #82920F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50.17%

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

R = 44.67%
G = 50.17%
B = 5.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#82920F (or 0x82920F) is known color: Citron. HEX triplet: 82, 92 and 0F. RGB value is (130,146,15). Sum of RGB (Red+Green+Blue) = 130+146+15=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 146 (57.42% from 255 or 50.17% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 146 - color contains mainly: green. Hex color #82920F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82920F is #7D6DF0. Grayscale: #7E7E7E. Windows color (decimal): -8220145 or 1020546. OLE color: 1020546.

HSL color Cylindrical-coordinate representation of color #82920F: hue angle of 67.33º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82920F is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 146 15 -
CMYK 0.11 0 0.90 0.43
HSL 67.33º 0.81% 0.32% -
HSV(B) 67.33º 0.9% 0.57% -
XYZ 19.57 25.34 4.31 -
YUV 126.28 65.2 130.65 -
System Red Green Blue C M Y K H S L
Decimal 130 146 15 0.11 0 0.90 0.43 67.33 0.81 0.32
Hex 82 92 F B 0 5A 2B 43 51 20
Octal 202 222 17 13 0 132 53 103 121 40
Binary 10000010 10010010 1111 1011 0 1011010 101011 1000011 1010001 100000

Color Harmonies of #82920F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82920F

Black with #82920F

Text Example


Text Example

White with #82920F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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