#8AB102

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

Shades of Citrus #8AB102

Tints of Citrus #8AB102

Color information

#8AB102 (or 0x8AB102) is unknown color: approx Citrus. HEX triplet: 8A, B1 and 02. RGB value is (138,177,2). Sum of RGB (Red+Green+Blue) = 138+177+2=317 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.53% from 317); Green value is 177 (69.53% from 255 or 55.84% from 317); Blue value is 2 (1.17% from 255 or 0.63% from 317); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AB102 is #754EFD. Grayscale: #929292. Windows color (decimal): -7687934 or 176522. OLE color: 176522.

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

Color convert

RGB1381772-
CMYK0.2200.990.31
HSL73.37º97.77%35.1%-
HSV(B)73.37º98.87%69.41%-
XYZ26.2136.855.79-
YUV145.3947.08122.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.53%
GREEN value IS 177 (69.53% from 255) = 55.84%
BLUE value IS 2 (1.17% from 255) = 0.63%
R=43.53%
G=55.84%
B=0.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal13817720.2200.990.3173.3797.7735.1
Hex8AB12160631F496223
Octal21226122601433711114243
Binary10001010101100011010110011000111111110010011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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