Html Css Color HEX #80991B Citron

📋 copy color: '#80991B'

red 128 ◦ green 153 ◦ blue 27

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

Shades of Citron #80991B

Tints of Citron #80991B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.68%

 BLUE value IS 27 (10.94% from 255) = 8.77%

R = 41.56%
G = 49.68%
B = 8.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#80991B (or 0x80991B) is known color: Citron. HEX triplet: 80, 99 and 1B. RGB value is (128,153,27). Sum of RGB (Red+Green+Blue) = 128+153+27=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #80991B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80991B is #7F66E4. Grayscale: #838383. Windows color (decimal): -8349413 or 1808768. OLE color: 1808768.

HSL color Cylindrical-coordinate representation of color #80991B: hue angle of 71.9º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #80991B is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 153 27 -
CMYK 0.16 0 0.82 0.4
HSL 71.9º 0.7% 0.35% -
HSV(B) 71.9º 0.82% 0.6% -
XYZ 20.49 27.45 5.26 -
YUV 131.16 69.22 125.75 -
System Red Green Blue C M Y K H S L
Decimal 128 153 27 0.16 0 0.82 0.4 71.9 0.7 0.35
Hex 80 99 1B 10 0 52 28 48 46 23
Octal 200 231 33 20 0 122 50 110 106 43
Binary 10000000 10011001 11011 10000 0 1010010 101000 1001000 1000110 100011

Color Harmonies of #80991B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80991B

Black with #80991B

Text Example


Text Example

White with #80991B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80991B; }

 p { color: rgb(128,153,27); }

 H1.HeaderClassName
 {
   color: #80991B;
 }
 .AnyTagClassName
 {
   color: #80991B;
 }
</style>

background-color css

<style>
 a { background-color: #80991B; }

 a { background-color: rgb(128,153,27); }

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

border-color css

<style>
 span { border-color: #80991B; }

 span { border-color: rgb(128,153,27); }

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