Html Css Color HEX #8BA41B Citron

📋 copy color: '#8BA41B'

red 139 ◦ green 164 ◦ blue 27

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

Shades of Citron #8BA41B

Tints of Citron #8BA41B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 49.7%

 BLUE value IS 27 (10.94% from 255) = 8.18%

R = 42.12%
G = 49.7%
B = 8.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#8BA41B (or 0x8BA41B) is known color: Citron. HEX triplet: 8B, A4 and 1B. RGB value is (139,164,27). Sum of RGB (Red+Green+Blue) = 139+164+27=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 164 (64.45% from 255 or 49.70% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA41B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA41B is #745BE4. Grayscale: #8D8D8D. Windows color (decimal): -7625701 or 1811595. OLE color: 1811595.

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

Color convert

RGB 139 164 27 -
CMYK 0.15 0 0.84 0.36
HSL 70.95º 0.72% 0.37% -
HSV(B) 70.95º 0.84% 0.64% -
XYZ 24.12 32.12 5.97 -
YUV 140.91 63.72 126.64 -
System Red Green Blue C M Y K H S L
Decimal 139 164 27 0.15 0 0.84 0.36 70.95 0.72 0.37
Hex 8B A4 1B F 0 54 24 47 48 25
Octal 213 244 33 17 0 124 44 107 110 45
Binary 10001011 10100100 11011 1111 0 1010100 100100 1000111 1001000 100101

Color Harmonies of #8BA41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA41B

Black with #8BA41B

Text Example


Text Example

White with #8BA41B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,164,27); }

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

background-color css

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

 a { background-color: rgb(139,164,27); }

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

border-color css

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

 span { border-color: rgb(139,164,27); }

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