#ABB706

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

Shades of Citrus #ABB706

Tints of Citrus #ABB706

Color information

#ABB706 (or 0xABB706) is unknown color: approx Citrus. HEX triplet: AB, B7 and 06. RGB value is (171,183,6). Sum of RGB (Red+Green+Blue) = 171+183+6=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 183 (71.88% from 255 or 50.83% from 360); Blue value is 6 (2.73% from 255 or 1.67% from 360); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB706 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB706 is #5448F9. Grayscale: #9F9F9F. Windows color (decimal): -5523706 or 440235. OLE color: 440235.

HSL color Cylindrical-coordinate representation of color #ABB706: hue angle of 64.07º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ABB706 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB1711836-
CMYK0.0700.970.28
HSL64.07º93.65%37.06%-
HSV(B)64.07º96.72%71.76%-
XYZ33.7642.546.6-
YUV159.2341.52136.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.5%
GREEN value IS 183 (71.88% from 255) = 50.83%
BLUE value IS 6 (2.73% from 255) = 1.67%
R=47.5%
G=50.83%
B=1.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal17118360.0700.970.2864.0793.6537.06
HexABB7670611C405e25
Octal2532676701413410013645
Binary1010101110110111110111011000011110010000001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB706; }

 p { color: rgb(171,183,6); }

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

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

 a { background-color: rgb(171,183,6); }

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

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

 span { border-color: rgb(171,183,6); }

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