Html Css Color HEX #8BA221 Citron

📋 copy color: '#8BA221'

red 139 ◦ green 162 ◦ blue 33

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

Shades of Citron #8BA221

Tints of Citron #8BA221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.88%

R = 41.62%
G = 48.5%
B = 9.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#8BA221 (or 0x8BA221) is known color: Citron. HEX triplet: 8B, A2 and 21. RGB value is (139,162,33). Sum of RGB (Red+Green+Blue) = 139+162+33=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 162 (63.67% from 255 or 48.50% from 334); Blue value is 33 (13.28% from 255 or 9.88% from 334); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA221 is #745DDE. Grayscale: #8C8C8C. Windows color (decimal): -7626207 or 2204299. OLE color: 2204299.

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

Color convert

RGB 139 162 33 -
CMYK 0.14 0 0.80 0.36
HSL 70.7º 0.66% 0.38% -
HSV(B) 70.7º 0.8% 0.64% -
XYZ 23.84 31.44 6.25 -
YUV 140.42 67.38 126.99 -
System Red Green Blue C M Y K H S L
Decimal 139 162 33 0.14 0 0.80 0.36 70.7 0.66 0.38
Hex 8B A2 21 E 0 50 24 47 42 26
Octal 213 242 41 16 0 120 44 107 102 46
Binary 10001011 10100010 100001 1110 0 1010000 100100 1000111 1000010 100110

Color Harmonies of #8BA221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA221

Black with #8BA221

Text Example


Text Example

White with #8BA221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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