#ABB40B

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

Shades of Citrus #ABB40B

Tints of Citrus #ABB40B

Color information

#ABB40B (or 0xABB40B) is unknown color: approx Citrus. HEX triplet: AB, B4 and 0B. RGB value is (171,180,11). Sum of RGB (Red+Green+Blue) = 171+180+11=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 180 (70.70% from 255 or 49.72% from 362); Blue value is 11 (4.69% from 255 or 3.04% from 362); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB40B is #544BF4. Grayscale: #9E9E9E. Windows color (decimal): -5524469 or 767147. OLE color: 767147.

HSL color Cylindrical-coordinate representation of color #ABB40B: hue angle of 63.2º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABB40B is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB17118011-
CMYK0.0500.940.29
HSL63.2º88.48%37.45%-
HSV(B)63.2º93.89%70.59%-
XYZ33.1841.326.54-
YUV158.0445.02137.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.24%
GREEN value IS 180 (70.70% from 255) = 49.72%
BLUE value IS 11 (4.69% from 255) = 3.04%
R=47.24%
G=49.72%
B=3.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171180110.0500.940.2963.288.4837.45
HexABB4B505E1D3f5825
Octal2532641350136357713045
Binary1010101110110100101110101011110111011111111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB40B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB40B; }

 p { color: rgb(171,180,11); }

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

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

 a { background-color: rgb(171,180,11); }

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

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

 span { border-color: rgb(171,180,11); }

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