#8AB905

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

Shades of Citrus #8AB905

Tints of Citrus #8AB905

Color information

#8AB905 (or 0x8AB905) is unknown color: approx Citrus. HEX triplet: 8A, B9 and 05. RGB value is (138,185,5). Sum of RGB (Red+Green+Blue) = 138+185+5=328 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.07% from 328); Green value is 185 (72.66% from 255 or 56.40% from 328); Blue value is 5 (2.34% from 255 or 1.52% from 328); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB905 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB905 is #7546FA. Grayscale: #979797. Windows color (decimal): -7685883 or 375178. OLE color: 375178.

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

Color convert

RGB1381855-
CMYK0.2500.970.27
HSL75.67º94.74%37.25%-
HSV(B)75.67º97.3%72.55%-
XYZ27.8640.116.42-
YUV150.4345.93119.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.07%
GREEN value IS 185 (72.66% from 255) = 56.40%
BLUE value IS 5 (2.34% from 255) = 1.52%
R=42.07%
G=56.40%
B=1.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13818550.2500.970.2775.6794.7437.25
Hex8AB95190611B4c5f25
Octal21227153101413311413745
Binary100010101011100110111001011000011101110011001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,185,5); }

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

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

 a { background-color: rgb(138,185,5); }

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

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

 span { border-color: rgb(138,185,5); }

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