#ABB002

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

Shades of Citrus #ABB002

Tints of Citrus #ABB002

Color information

#ABB002 (or 0xABB002) is unknown color: approx Citrus. HEX triplet: AB, B0 and 02. RGB value is (171,176,2). Sum of RGB (Red+Green+Blue) = 171+176+2=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 176 (69.14% from 255 or 50.43% from 349); Blue value is 2 (1.17% from 255 or 0.57% from 349); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABB002 is #544FFD. Grayscale: #9B9B9B. Windows color (decimal): -5525502 or 176299. OLE color: 176299.

HSL color Cylindrical-coordinate representation of color #ABB002: hue angle of 61.72º 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 #ABB002 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB1711762-
CMYK0.0300.990.31
HSL61.72º97.75%34.9%-
HSV(B)61.72º98.86%69.02%-
XYZ32.3339.716.02-
YUV154.6741.84139.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.00%
GREEN value IS 176 (69.14% from 255) = 50.43%
BLUE value IS 2 (1.17% from 255) = 0.57%
R=49.00%
G=50.43%
B=0.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17117620.0300.990.3161.7297.7534.9
HexABB0230631F3e6223
Octal253260230143377614243
Binary1010101110110000101101100011111111111101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB002; }

 p { color: rgb(171,176,2); }

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

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

 a { background-color: rgb(171,176,2); }

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

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

 span { border-color: rgb(171,176,2); }

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