Html Css Color HEX #8BA014 Citron

📋 copy color: '#8BA014'

red 139 ◦ green 160 ◦ blue 20

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

Shades of Citron #8BA014

Tints of Citron #8BA014

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.16%

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

R = 43.57%
G = 50.16%
B = 6.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#8BA014 (or 0x8BA014) is known color: Citron. HEX triplet: 8B, A0 and 14. RGB value is (139,160,20). Sum of RGB (Red+Green+Blue) = 139+160+20=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 160 (62.89% from 255 or 50.16% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA014 is #745FEB. Grayscale: #8A8A8A. Windows color (decimal): -7626732 or 1351819. OLE color: 1351819.

HSL color Cylindrical-coordinate representation of color #8BA014: hue angle of 69º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8BA014 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 139 160 20 -
CMYK 0.13 0 0.88 0.37
HSL 69º 0.78% 0.35% -
HSV(B) 69º 0.88% 0.63% -
XYZ 23.34 30.68 5.35 -
YUV 137.76 61.54 128.88 -
System Red Green Blue C M Y K H S L
Decimal 139 160 20 0.13 0 0.88 0.37 69 0.78 0.35
Hex 8B A0 14 D 0 58 25 45 4E 23
Octal 213 240 24 15 0 130 45 105 116 43
Binary 10001011 10100000 10100 1101 0 1011000 100101 1000101 1001110 100011

Color Harmonies of #8BA014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA014

Black with #8BA014

Text Example


Text Example

White with #8BA014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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