Html Css Color HEX #8BA116 Citron

📋 copy color: '#8BA116'

red 139 ◦ green 161 ◦ blue 22

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

Shades of Citron #8BA116

Tints of Citron #8BA116

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50%

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

R = 43.17%
G = 50%
B = 6.83%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#8BA116 (or 0x8BA116) is known color: Citron. HEX triplet: 8B, A1 and 16. RGB value is (139,161,22). Sum of RGB (Red+Green+Blue) = 139+161+22=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 161 (63.28% from 255 or 50% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA116 is #745EE9. Grayscale: #8B8B8B. Windows color (decimal): -7626474 or 1483147. OLE color: 1483147.

HSL color Cylindrical-coordinate representation of color #8BA116: hue angle of 69.5º 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 #8BA116 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 139 161 22 -
CMYK 0.14 0 0.86 0.37
HSL 69.5º 0.76% 0.36% -
HSV(B) 69.5º 0.86% 0.63% -
XYZ 23.54 31.04 5.51 -
YUV 138.58 62.21 128.3 -
System Red Green Blue C M Y K H S L
Decimal 139 161 22 0.14 0 0.86 0.37 69.5 0.76 0.36
Hex 8B A1 16 E 0 56 25 45 4C 24
Octal 213 241 26 16 0 126 45 105 114 44
Binary 10001011 10100001 10110 1110 0 1010110 100101 1000101 1001100 100100

Color Harmonies of #8BA116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA116

Black with #8BA116

Text Example


Text Example

White with #8BA116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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