Html Css Color HEX #8BA115 Citron

📋 copy color: '#8BA115'

red 139 ◦ green 161 ◦ blue 21

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

Shades of Citron #8BA115

Tints of Citron #8BA115

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50.16%

 BLUE value IS 21 (8.59% from 255) = 6.54%

R = 43.3%
G = 50.16%
B = 6.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#8BA115 (or 0x8BA115) is known color: Citron. HEX triplet: 8B, A1 and 15. RGB value is (139,161,21). Sum of RGB (Red+Green+Blue) = 139+161+21=321 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.30% from 321); Green value is 161 (63.28% from 255 or 50.16% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA115 is #745EEA. Grayscale: #8B8B8B. Windows color (decimal): -7626475 or 1417611. OLE color: 1417611.

HSL color Cylindrical-coordinate representation of color #8BA115: hue angle of 69.43º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8BA115 is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.37.

Color convert

RGB 139 161 21 -
CMYK 0.14 0 0.87 0.37
HSL 69.43º 0.77% 0.36% -
HSV(B) 69.43º 0.87% 0.63% -
XYZ 23.53 31.03 5.46 -
YUV 138.46 61.71 128.38 -
System Red Green Blue C M Y K H S L
Decimal 139 161 21 0.14 0 0.87 0.37 69.43 0.77 0.36
Hex 8B A1 15 E 0 57 25 45 4D 24
Octal 213 241 25 16 0 127 45 105 115 44
Binary 10001011 10100001 10101 1110 0 1010111 100101 1000101 1001101 100100

Color Harmonies of #8BA115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA115

Black with #8BA115

Text Example


Text Example

White with #8BA115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,161,21); }

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

background-color css

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

 a { background-color: rgb(139,161,21); }

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

border-color css

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

 span { border-color: rgb(139,161,21); }

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