Html Css Color HEX #8BA30E Citron

📋 copy color: '#8BA30E'

red 139 ◦ green 163 ◦ blue 14

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

Shades of Citron #8BA30E

Tints of Citron #8BA30E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 51.58%

 BLUE value IS 14 (5.86% from 255) = 4.43%

R = 43.99%
G = 51.58%
B = 4.43%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#8BA30E (or 0x8BA30E) is known color: Citron. HEX triplet: 8B, A3 and 0E. RGB value is (139,163,14). Sum of RGB (Red+Green+Blue) = 139+163+14=316 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.99% from 316); Green value is 163 (64.06% from 255 or 51.58% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA30E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA30E is #745CF1. Grayscale: #8B8B8B. Windows color (decimal): -7625970 or 959371. OLE color: 959371.

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

Color convert

RGB 139 163 14 -
CMYK 0.15 0 0.91 0.36
HSL 69.66º 0.84% 0.35% -
HSV(B) 69.66º 0.91% 0.64% -
XYZ 23.82 31.72 5.28 -
YUV 138.84 57.55 128.12 -
System Red Green Blue C M Y K H S L
Decimal 139 163 14 0.15 0 0.91 0.36 69.66 0.84 0.35
Hex 8B A3 E F 0 5B 24 46 54 23
Octal 213 243 16 17 0 133 44 106 124 43
Binary 10001011 10100011 1110 1111 0 1011011 100100 1000110 1010100 100011

Color Harmonies of #8BA30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA30E

Black with #8BA30E

Text Example


Text Example

White with #8BA30E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,163,14); }

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

background-color css

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

 a { background-color: rgb(139,163,14); }

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

border-color css

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

 span { border-color: rgb(139,163,14); }

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