Html Css Color HEX #80921F Citron

📋 copy color: '#80921F'

red 128 ◦ green 146 ◦ blue 31

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

Shades of Citron #80921F

Tints of Citron #80921F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.16%

R = 41.97%
G = 47.87%
B = 10.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#80921F (or 0x80921F) is known color: Citron. HEX triplet: 80, 92 and 1F. RGB value is (128,146,31). Sum of RGB (Red+Green+Blue) = 128+146+31=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 146 (57.42% from 255 or 47.87% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 146 - color contains mainly: green. Hex color #80921F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80921F is #7F6DE0. Grayscale: #7F7F7F. Windows color (decimal): -8351201 or 2069120. OLE color: 2069120.

HSL color Cylindrical-coordinate representation of color #80921F: hue angle of 69.39º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #80921F is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB 128 146 31 -
CMYK 0.12 0 0.79 0.43
HSL 69.39º 0.65% 0.35% -
HSV(B) 69.39º 0.79% 0.57% -
XYZ 19.43 25.25 5.15 -
YUV 127.51 73.54 128.35 -
System Red Green Blue C M Y K H S L
Decimal 128 146 31 0.12 0 0.79 0.43 69.39 0.65 0.35
Hex 80 92 1F C 0 4F 2B 45 41 23
Octal 200 222 37 14 0 117 53 105 101 43
Binary 10000000 10010010 11111 1100 0 1001111 101011 1000101 1000001 100011

Color Harmonies of #80921F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80921F

Black with #80921F

Text Example


Text Example

White with #80921F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,146,31); }

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

background-color css

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

 a { background-color: rgb(128,146,31); }

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

border-color css

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

 span { border-color: rgb(128,146,31); }

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