#8AB706

Color #8AB706 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #8AB706

Tints of Citrus #8AB706

Color information

#8AB706 (or 0x8AB706) is unknown color: approx Citrus. HEX triplet: 8A, B7 and 06. RGB value is (138,183,6). Sum of RGB (Red+Green+Blue) = 138+183+6=327 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.20% from 327); Green value is 183 (71.88% from 255 or 55.96% from 327); Blue value is 6 (2.73% from 255 or 1.83% from 327); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB706 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB706 is #7548F9. Grayscale: #969696. Windows color (decimal): -7686394 or 440202. OLE color: 440202.

HSL color Cylindrical-coordinate representation of color #8AB706: hue angle of 75.25º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8AB706 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB1381836-
CMYK0.2500.970.28
HSL75.25º93.65%37.06%-
HSV(B)75.25º96.72%71.76%-
XYZ27.4539.286.31-
YUV149.3747.09119.89-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.20%
GREEN value IS 183 (71.88% from 255) = 55.96%
BLUE value IS 6 (2.73% from 255) = 1.83%
R=42.20%
G=55.96%
B=1.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal13818360.2500.970.2875.2593.6537.06
Hex8AB76190611C4b5e25
Octal21226763101413411313645
Binary100010101011011111011001011000011110010010111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,183,6); }

 H1.HeaderClassName
 {
   color: #8AB706;
 }
 .AnyTagClassName
 {
   color: #8AB706;
 }
</style>
background-color css

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

 a { background-color: rgb(138,183,6); }

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

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

 span { border-color: rgb(138,183,6); }

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