Html Css Color HEX #8BA213 Citron

📋 copy color: '#8BA213'

red 139 ◦ green 162 ◦ blue 19

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

Shades of Citron #8BA213

Tints of Citron #8BA213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.94%

R = 43.44%
G = 50.63%
B = 5.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#8BA213 (or 0x8BA213) is known color: Citron. HEX triplet: 8B, A2 and 13. RGB value is (139,162,19). Sum of RGB (Red+Green+Blue) = 139+162+19=320 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.44% from 320); Green value is 162 (63.67% from 255 or 50.62% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA213 is #745DEC. Grayscale: #8B8B8B. Windows color (decimal): -7626221 or 1286795. OLE color: 1286795.

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

Color convert

RGB 139 162 19 -
CMYK 0.14 0 0.88 0.36
HSL 69.65º 0.79% 0.35% -
HSV(B) 69.65º 0.88% 0.64% -
XYZ 23.69 31.38 5.42 -
YUV 138.82 60.38 128.13 -
System Red Green Blue C M Y K H S L
Decimal 139 162 19 0.14 0 0.88 0.36 69.65 0.79 0.35
Hex 8B A2 13 E 0 58 24 46 4F 23
Octal 213 242 23 16 0 130 44 106 117 43
Binary 10001011 10100010 10011 1110 0 1011000 100100 1000110 1001111 100011

Color Harmonies of #8BA213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA213

Black with #8BA213

Text Example


Text Example

White with #8BA213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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