Html Css Color HEX #80951C Citron

📋 copy color: '#80951C'

red 128 ◦ green 149 ◦ blue 28

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

Shades of Citron #80951C

Tints of Citron #80951C

RGB

 RED value IS 128 (50.39% from 255) = 41.97%

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

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

R = 41.97%
G = 48.85%
B = 9.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#80951C (or 0x80951C) is known color: Citron. HEX triplet: 80, 95 and 1C. RGB value is (128,149,28). Sum of RGB (Red+Green+Blue) = 128+149+28=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 149 - color contains mainly: green. Hex color #80951C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80951C is #7F6AE3. Grayscale: #818181. Windows color (decimal): -8350436 or 1873280. OLE color: 1873280.

HSL color Cylindrical-coordinate representation of color #80951C: hue angle of 70.41º 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 #80951C is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 149 28 -
CMYK 0.14 0 0.81 0.42
HSL 70.41º 0.68% 0.35% -
HSV(B) 70.41º 0.81% 0.58% -
XYZ 19.86 26.17 5.1 -
YUV 128.93 71.04 127.34 -
System Red Green Blue C M Y K H S L
Decimal 128 149 28 0.14 0 0.81 0.42 70.41 0.68 0.35
Hex 80 95 1C E 0 51 2A 46 44 23
Octal 200 225 34 16 0 121 52 106 104 43
Binary 10000000 10010101 11100 1110 0 1010001 101010 1000110 1000100 100011

Color Harmonies of #80951C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80951C

Black with #80951C

Text Example


Text Example

White with #80951C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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