#8AB103

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

Shades of Citrus #8AB103

Tints of Citrus #8AB103

Color information

#8AB103 (or 0x8AB103) is unknown color: approx Citrus. HEX triplet: 8A, B1 and 03. RGB value is (138,177,3). Sum of RGB (Red+Green+Blue) = 138+177+3=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 177 (69.53% from 255 or 55.66% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB103 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AB103 is #754EFC. Grayscale: #929292. Windows color (decimal): -7687933 or 242058. OLE color: 242058.

HSL color Cylindrical-coordinate representation of color #8AB103: hue angle of 73.45º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8AB103 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB1381773-
CMYK0.2200.980.31
HSL73.45º96.67%35.29%-
HSV(B)73.45º98.31%69.41%-
XYZ26.2236.855.82-
YUV145.547.58122.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.40%
GREEN value IS 177 (69.53% from 255) = 55.66%
BLUE value IS 3 (1.56% from 255) = 0.94%
R=43.40%
G=55.66%
B=0.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal13817730.2200.980.3173.4596.6735.29
Hex8AB13160621F496123
Octal21226132601423711114143
Binary10001010101100011110110011000101111110010011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,177,3); }

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

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

 a { background-color: rgb(138,177,3); }

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

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

 span { border-color: rgb(138,177,3); }

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