Html Css Color HEX #8BA216 Citron

📋 copy color: '#8BA216'

red 139 ◦ green 162 ◦ blue 22

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

Shades of Citron #8BA216

Tints of Citron #8BA216

RGB

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

 GREEN value IS 162 (63.67% from 255) = 50.15%

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

R = 43.03%
G = 50.15%
B = 6.81%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#8BA216 (or 0x8BA216) is known color: Citron. HEX triplet: 8B, A2 and 16. RGB value is (139,162,22). Sum of RGB (Red+Green+Blue) = 139+162+22=323 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.03% from 323); Green value is 162 (63.67% from 255 or 50.15% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA216 is #745DE9. Grayscale: #8B8B8B. Windows color (decimal): -7626218 or 1483403. OLE color: 1483403.

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

Color convert

RGB 139 162 22 -
CMYK 0.14 0 0.86 0.36
HSL 69.86º 0.76% 0.36% -
HSV(B) 69.86º 0.86% 0.64% -
XYZ 23.71 31.39 5.57 -
YUV 139.16 61.88 127.88 -
System Red Green Blue C M Y K H S L
Decimal 139 162 22 0.14 0 0.86 0.36 69.86 0.76 0.36
Hex 8B A2 16 E 0 56 24 46 4C 24
Octal 213 242 26 16 0 126 44 106 114 44
Binary 10001011 10100010 10110 1110 0 1010110 100100 1000110 1001100 100100

Color Harmonies of #8BA216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA216

Black with #8BA216

Text Example


Text Example

White with #8BA216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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