Html Css Color HEX #80921E Citron

📋 copy color: '#80921E'

red 128 ◦ green 146 ◦ blue 30

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

Shades of Citron #80921E

Tints of Citron #80921E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.87%

R = 42.11%
G = 48.03%
B = 9.87%

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

#80921E (or 0x80921E) is known color: Citron. HEX triplet: 80, 92 and 1E. RGB value is (128,146,30). Sum of RGB (Red+Green+Blue) = 128+146+30=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 146 (57.42% from 255 or 48.03% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 146 - color contains mainly: green. Hex color #80921E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80921E is #7F6DE1. Grayscale: #7F7F7F. Windows color (decimal): -8351202 or 2003584. OLE color: 2003584.

HSL color Cylindrical-coordinate representation of color #80921E: hue angle of 69.31º degrees, saturation: 0.66, 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 #80921E is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB 128 146 30 -
CMYK 0.12 0 0.79 0.43
HSL 69.31º 0.66% 0.35% -
HSV(B) 69.31º 0.79% 0.57% -
XYZ 19.42 25.24 5.08 -
YUV 127.39 73.04 128.43 -
System Red Green Blue C M Y K H S L
Decimal 128 146 30 0.12 0 0.79 0.43 69.31 0.66 0.35
Hex 80 92 1E C 0 4F 2B 45 42 23
Octal 200 222 36 14 0 117 53 105 102 43
Binary 10000000 10010010 11110 1100 0 1001111 101011 1000101 1000010 100011

Color Harmonies of #80921E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80921E

Black with #80921E

Text Example


Text Example

White with #80921E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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