Html Css Color HEX #8BA016 Citron

📋 copy color: '#8BA016'

red 139 ◦ green 160 ◦ blue 22

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

Shades of Citron #8BA016

Tints of Citron #8BA016

RGB

 RED value IS 139 (54.69% from 255) = 43.3%

 GREEN value IS 160 (62.89% from 255) = 49.84%

 BLUE value IS 22 (8.98% from 255) = 6.85%

R = 43.3%
G = 49.84%
B = 6.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#8BA016 (or 0x8BA016) is known color: Citron. HEX triplet: 8B, A0 and 16. RGB value is (139,160,22). Sum of RGB (Red+Green+Blue) = 139+160+22=321 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.30% from 321); Green value is 160 (62.89% from 255 or 49.84% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA016 is #745FE9. Grayscale: #8A8A8A. Windows color (decimal): -7626730 or 1482891. OLE color: 1482891.

HSL color Cylindrical-coordinate representation of color #8BA016: hue angle of 69.13º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8BA016 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 139 160 22 -
CMYK 0.13 0 0.86 0.37
HSL 69.13º 0.76% 0.36% -
HSV(B) 69.13º 0.86% 0.63% -
XYZ 23.36 30.69 5.45 -
YUV 137.99 62.54 128.72 -
System Red Green Blue C M Y K H S L
Decimal 139 160 22 0.13 0 0.86 0.37 69.13 0.76 0.36
Hex 8B A0 16 D 0 56 25 45 4C 24
Octal 213 240 26 15 0 126 45 105 114 44
Binary 10001011 10100000 10110 1101 0 1010110 100101 1000101 1001100 100100

Color Harmonies of #8BA016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA016

Black with #8BA016

Text Example


Text Example

White with #8BA016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BA016; }

 p { color: rgb(139,160,22); }

 H1.HeaderClassName
 {
   color: #8BA016;
 }
 .AnyTagClassName
 {
   color: #8BA016;
 }
</style>

background-color css

<style>
 a { background-color: #8BA016; }

 a { background-color: rgb(139,160,22); }

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

border-color css

<style>
 span { border-color: #8BA016; }

 span { border-color: rgb(139,160,22); }

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