Html Css Color HEX #8BA106 Citron

📋 copy color: '#8BA106'

red 139 ◦ green 161 ◦ blue 6

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

Shades of Citron #8BA106

Tints of Citron #8BA106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.96%

R = 45.42%
G = 52.61%
B = 1.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#8BA106 (or 0x8BA106) is known color: Citron. HEX triplet: 8B, A1 and 06. RGB value is (139,161,6). Sum of RGB (Red+Green+Blue) = 139+161+6=306 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.42% from 306); Green value is 161 (63.28% from 255 or 52.61% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA106 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA106 is #745EF9. Grayscale: #898989. Windows color (decimal): -7626490 or 434571. OLE color: 434571.

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

Color convert

RGB 139 161 6 -
CMYK 0.14 0 0.96 0.37
HSL 68.52º 0.93% 0.33% -
HSV(B) 68.52º 0.96% 0.63% -
XYZ 23.43 30.99 4.92 -
YUV 136.75 54.21 129.6 -
System Red Green Blue C M Y K H S L
Decimal 139 161 6 0.14 0 0.96 0.37 68.52 0.93 0.33
Hex 8B A1 6 E 0 60 25 45 5D 21
Octal 213 241 6 16 0 140 45 105 135 41
Binary 10001011 10100001 110 1110 0 1100000 100101 1000101 1011101 100001

Color Harmonies of #8BA106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA106

Black with #8BA106

Text Example


Text Example

White with #8BA106

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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