Html Css Color HEX #8BA618 Citron

📋 copy color: '#8BA618'

red 139 ◦ green 166 ◦ blue 24

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

Shades of Citron #8BA618

Tints of Citron #8BA618

RGB

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

 GREEN value IS 166 (65.23% from 255) = 50.46%

 BLUE value IS 24 (9.77% from 255) = 7.29%

R = 42.25%
G = 50.46%
B = 7.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#8BA618 (or 0x8BA618) is known color: Citron. HEX triplet: 8B, A6 and 18. RGB value is (139,166,24). Sum of RGB (Red+Green+Blue) = 139+166+24=329 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.25% from 329); Green value is 166 (65.23% from 255 or 50.46% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 166 - color contains mainly: green. Hex color #8BA618 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA618 is #7459E7. Grayscale: #8E8E8E. Windows color (decimal): -7625192 or 1615499. OLE color: 1615499.

HSL color Cylindrical-coordinate representation of color #8BA618: hue angle of 71.41º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8BA618 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 139 166 24 -
CMYK 0.16 0 0.86 0.35
HSL 71.41º 0.75% 0.37% -
HSV(B) 71.41º 0.86% 0.65% -
XYZ 24.45 32.83 5.91 -
YUV 141.74 61.55 126.05 -
System Red Green Blue C M Y K H S L
Decimal 139 166 24 0.16 0 0.86 0.35 71.41 0.75 0.37
Hex 8B A6 18 10 0 56 23 47 4B 25
Octal 213 246 30 20 0 126 43 107 113 45
Binary 10001011 10100110 11000 10000 0 1010110 100011 1000111 1001011 100101

Color Harmonies of #8BA618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA618

Black with #8BA618

Text Example


Text Example

White with #8BA618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,166,24); }

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

background-color css

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

 a { background-color: rgb(139,166,24); }

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

border-color css

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

 span { border-color: rgb(139,166,24); }

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