Html Css Color HEX #809B1F Citron

📋 copy color: '#809B1F'

red 128 ◦ green 155 ◦ blue 31

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

Shades of Citron #809B1F

Tints of Citron #809B1F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 49.36%

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

R = 40.76%
G = 49.36%
B = 9.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#809B1F (or 0x809B1F) is known color: Citron. HEX triplet: 80, 9B and 1F. RGB value is (128,155,31). Sum of RGB (Red+Green+Blue) = 128+155+31=314 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.76% from 314); Green value is 155 (60.94% from 255 or 49.36% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 155 - color contains mainly: green. Hex color #809B1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809B1F is #7F64E0. Grayscale: #858585. Windows color (decimal): -8348897 or 2071424. OLE color: 2071424.

HSL color Cylindrical-coordinate representation of color #809B1F: hue angle of 73.06º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #809B1F is Cyan = 0.17, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.39.

Color convert

RGB 128 155 31 -
CMYK 0.17 0 0.8 0.39
HSL 73.06º 0.67% 0.36% -
HSV(B) 73.06º 0.8% 0.61% -
XYZ 20.87 28.13 5.63 -
YUV 132.79 70.55 124.58 -
System Red Green Blue C M Y K H S L
Decimal 128 155 31 0.17 0 0.8 0.39 73.06 0.67 0.36
Hex 80 9B 1F 11 0 50 27 49 43 24
Octal 200 233 37 21 0 120 47 111 103 44
Binary 10000000 10011011 11111 10001 0 1010000 100111 1001001 1000011 100100

Color Harmonies of #809B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809B1F

Black with #809B1F

Text Example


Text Example

White with #809B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809B1F; }

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

 H1.HeaderClassName
 {
   color: #809B1F;
 }
 .AnyTagClassName
 {
   color: #809B1F;
 }
</style>

background-color css

<style>
 a { background-color: #809B1F; }

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

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

border-color css

<style>
 span { border-color: #809B1F; }

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

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