Html Css Color HEX #809B0B Citron

📋 copy color: '#809B0B'

red 128 ◦ green 155 ◦ blue 11

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

Shades of Citron #809B0B

Tints of Citron #809B0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.74%

R = 43.54%
G = 52.72%
B = 3.74%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.39

RGB Variations

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

Color information

#809B0B (or 0x809B0B) is known color: Citron. HEX triplet: 80, 9B and 0B. RGB value is (128,155,11). Sum of RGB (Red+Green+Blue) = 128+155+11=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 155 (60.94% from 255 or 52.72% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 155 - color contains mainly: green. Hex color #809B0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809B0B is #7F64F4. Grayscale: #838383. Windows color (decimal): -8348917 or 760704. OLE color: 760704.

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

Color convert

RGB 128 155 11 -
CMYK 0.17 0 0.93 0.39
HSL 71.25º 0.87% 0.33% -
HSV(B) 71.25º 0.93% 0.61% -
XYZ 20.68 28.06 4.64 -
YUV 130.51 60.55 126.21 -
System Red Green Blue C M Y K H S L
Decimal 128 155 11 0.17 0 0.93 0.39 71.25 0.87 0.33
Hex 80 9B B 11 0 5D 27 47 57 21
Octal 200 233 13 21 0 135 47 107 127 41
Binary 10000000 10011011 1011 10001 0 1011101 100111 1000111 1010111 100001

Color Harmonies of #809B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809B0B

Black with #809B0B

Text Example


Text Example

White with #809B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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