Html Css Color HEX #80951F Citron

📋 copy color: '#80951F'

red 128 ◦ green 149 ◦ blue 31

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

Shades of Citron #80951F

Tints of Citron #80951F

RGB

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

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

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

R = 41.56%
G = 48.38%
B = 10.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#80951F (or 0x80951F) is known color: Citron. HEX triplet: 80, 95 and 1F. RGB value is (128,149,31). Sum of RGB (Red+Green+Blue) = 128+149+31=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 149 (58.59% from 255 or 48.38% from 308); Blue value is 31 (12.5% from 255 or 10.06% from 308); Max value from RGB is 149 - color contains mainly: green. Hex color #80951F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80951F is #7F6AE0. Grayscale: #818181. Windows color (decimal): -8350433 or 2069888. OLE color: 2069888.

HSL color Cylindrical-coordinate representation of color #80951F: hue angle of 70.68º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #80951F is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 149 31 -
CMYK 0.14 0 0.79 0.42
HSL 70.68º 0.66% 0.35% -
HSV(B) 70.68º 0.79% 0.58% -
XYZ 19.9 26.18 5.3 -
YUV 129.27 72.54 127.09 -
System Red Green Blue C M Y K H S L
Decimal 128 149 31 0.14 0 0.79 0.42 70.68 0.66 0.35
Hex 80 95 1F E 0 4F 2A 47 42 23
Octal 200 225 37 16 0 117 52 107 102 43
Binary 10000000 10010101 11111 1110 0 1001111 101010 1000111 1000010 100011

Color Harmonies of #80951F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80951F

Black with #80951F

Text Example


Text Example

White with #80951F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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