Html Css Color HEX #8BA60F Citron

📋 copy color: '#8BA60F'

red 139 ◦ green 166 ◦ blue 15

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

Shades of Citron #8BA60F

Tints of Citron #8BA60F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.69%

R = 43.44%
G = 51.88%
B = 4.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#8BA60F (or 0x8BA60F) is known color: Citron. HEX triplet: 8B, A6 and 0F. RGB value is (139,166,15). Sum of RGB (Red+Green+Blue) = 139+166+15=320 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.44% from 320); Green value is 166 (65.23% from 255 or 51.88% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 166 - color contains mainly: green. Hex color #8BA60F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA60F is #7459F0. Grayscale: #8D8D8D. Windows color (decimal): -7625201 or 1025675. OLE color: 1025675.

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

Color convert

RGB 139 166 15 -
CMYK 0.16 0 0.91 0.35
HSL 70.73º 0.83% 0.35% -
HSV(B) 70.73º 0.91% 0.65% -
XYZ 24.37 32.8 5.5 -
YUV 140.71 57.05 126.78 -
System Red Green Blue C M Y K H S L
Decimal 139 166 15 0.16 0 0.91 0.35 70.73 0.83 0.35
Hex 8B A6 F 10 0 5B 23 47 53 23
Octal 213 246 17 20 0 133 43 107 123 43
Binary 10001011 10100110 1111 10000 0 1011011 100011 1000111 1010011 100011

Color Harmonies of #8BA60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA60F

Black with #8BA60F

Text Example


Text Example

White with #8BA60F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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