Html Css Color HEX #82951C Citron

📋 copy color: '#82951C'

red 130 ◦ green 149 ◦ blue 28

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

Shades of Citron #82951C

Tints of Citron #82951C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.53%

 BLUE value IS 28 (11.33% from 255) = 9.12%

R = 42.35%
G = 48.53%
B = 9.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#82951C (or 0x82951C) is known color: Citron. HEX triplet: 82, 95 and 1C. RGB value is (130,149,28). Sum of RGB (Red+Green+Blue) = 130+149+28=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 149 (58.59% from 255 or 48.53% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 149 - color contains mainly: green. Hex color #82951C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82951C is #7D6AE3. Grayscale: #818181. Windows color (decimal): -8219364 or 1873282. OLE color: 1873282.

HSL color Cylindrical-coordinate representation of color #82951C: hue angle of 69.42º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #82951C is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 149 28 -
CMYK 0.13 0 0.81 0.42
HSL 69.42º 0.68% 0.35% -
HSV(B) 69.42º 0.81% 0.58% -
XYZ 20.16 26.32 5.12 -
YUV 129.53 70.71 128.34 -
System Red Green Blue C M Y K H S L
Decimal 130 149 28 0.13 0 0.81 0.42 69.42 0.68 0.35
Hex 82 95 1C D 0 51 2A 45 44 23
Octal 202 225 34 15 0 121 52 105 104 43
Binary 10000010 10010101 11100 1101 0 1010001 101010 1000101 1000100 100011

Color Harmonies of #82951C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82951C

Black with #82951C

Text Example


Text Example

White with #82951C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82951C; }

 p { color: rgb(130,149,28); }

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

background-color css

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

 a { background-color: rgb(130,149,28); }

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

border-color css

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

 span { border-color: rgb(130,149,28); }

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