Html Css Color HEX #8BA126 Citron

📋 copy color: '#8BA126'

red 139 ◦ green 161 ◦ blue 38

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

Shades of Citron #8BA126

Tints of Citron #8BA126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.24%

R = 41.12%
G = 47.63%
B = 11.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#8BA126 (or 0x8BA126) is known color: Citron. HEX triplet: 8B, A1 and 26. RGB value is (139,161,38). Sum of RGB (Red+Green+Blue) = 139+161+38=338 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.12% from 338); Green value is 161 (63.28% from 255 or 47.63% from 338); Blue value is 38 (15.23% from 255 or 11.24% from 338); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA126 is #745ED9. Grayscale: #8C8C8C. Windows color (decimal): -7626458 or 2531723. OLE color: 2531723.

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

Color convert

RGB 139 161 38 -
CMYK 0.14 0 0.76 0.37
HSL 70.73º 0.62% 0.39% -
HSV(B) 70.73º 0.76% 0.63% -
XYZ 23.74 31.12 6.59 -
YUV 140.4 70.21 127 -
System Red Green Blue C M Y K H S L
Decimal 139 161 38 0.14 0 0.76 0.37 70.73 0.62 0.39
Hex 8B A1 26 E 0 4C 25 47 3E 27
Octal 213 241 46 16 0 114 45 107 76 47
Binary 10001011 10100001 100110 1110 0 1001100 100101 1000111 111110 100111

Color Harmonies of #8BA126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA126

Black with #8BA126

Text Example


Text Example

White with #8BA126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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