Html Css Color HEX #809B0E Citron

📋 copy color: '#809B0E'

red 128 ◦ green 155 ◦ blue 14

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

Shades of Citron #809B0E

Tints of Citron #809B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.71%

R = 43.1%
G = 52.19%
B = 4.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#809B0E (or 0x809B0E) is known color: Citron. HEX triplet: 80, 9B and 0E. RGB value is (128,155,14). Sum of RGB (Red+Green+Blue) = 128+155+14=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 155 (60.94% from 255 or 52.19% from 297); Blue value is 14 (5.86% from 255 or 4.71% from 297); Max value from RGB is 155 - color contains mainly: green. Hex color #809B0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809B0E is #7F64F1. Grayscale: #838383. Windows color (decimal): -8348914 or 957312. OLE color: 957312.

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

Color convert

RGB 128 155 14 -
CMYK 0.17 0 0.91 0.39
HSL 71.49º 0.83% 0.33% -
HSV(B) 71.49º 0.91% 0.61% -
XYZ 20.7 28.06 4.74 -
YUV 130.85 62.05 125.96 -
System Red Green Blue C M Y K H S L
Decimal 128 155 14 0.17 0 0.91 0.39 71.49 0.83 0.33
Hex 80 9B E 11 0 5B 27 47 53 21
Octal 200 233 16 21 0 133 47 107 123 41
Binary 10000000 10011011 1110 10001 0 1011011 100111 1000111 1010011 100001

Color Harmonies of #809B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809B0E

Black with #809B0E

Text Example


Text Example

White with #809B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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