Html Css Color HEX #8BA214 Citron

📋 copy color: '#8BA214'

red 139 ◦ green 162 ◦ blue 20

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

Shades of Citron #8BA214

Tints of Citron #8BA214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.23%

R = 43.3%
G = 50.47%
B = 6.23%

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

#8BA214 (or 0x8BA214) is known color: Citron. HEX triplet: 8B, A2 and 14. RGB value is (139,162,20). Sum of RGB (Red+Green+Blue) = 139+162+20=321 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.30% from 321); Green value is 162 (63.67% from 255 or 50.47% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA214 is #745DEB. Grayscale: #8B8B8B. Windows color (decimal): -7626220 or 1352331. OLE color: 1352331.

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

Color convert

RGB 139 162 20 -
CMYK 0.14 0 0.88 0.36
HSL 69.72º 0.78% 0.36% -
HSV(B) 69.72º 0.88% 0.64% -
XYZ 23.69 31.38 5.47 -
YUV 138.94 60.88 128.05 -
System Red Green Blue C M Y K H S L
Decimal 139 162 20 0.14 0 0.88 0.36 69.72 0.78 0.36
Hex 8B A2 14 E 0 58 24 46 4E 24
Octal 213 242 24 16 0 130 44 106 116 44
Binary 10001011 10100010 10100 1110 0 1011000 100100 1000110 1001110 100100

Color Harmonies of #8BA214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA214

Black with #8BA214

Text Example


Text Example

White with #8BA214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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