#ABB207

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

Shades of Citrus #ABB207

Tints of Citrus #ABB207

Color information

#ABB207 (or 0xABB207) is unknown color: approx Citrus. HEX triplet: AB, B2 and 07. RGB value is (171,178,7). Sum of RGB (Red+Green+Blue) = 171+178+7=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 178 (69.92% from 255 or 50% from 356); Blue value is 7 (3.12% from 255 or 1.97% from 356); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB207 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABB207 is #544DF8. Grayscale: #9D9D9D. Windows color (decimal): -5524985 or 504491. OLE color: 504491.

HSL color Cylindrical-coordinate representation of color #ABB207: hue angle of 62.46º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ABB207 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB1711787-
CMYK0.0400.960.30
HSL62.46º92.43%36.27%-
HSV(B)62.46º96.07%69.8%-
XYZ32.7540.516.29-
YUV156.4143.68138.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.03%
GREEN value IS 178 (69.92% from 255) = 50%
BLUE value IS 7 (3.12% from 255) = 1.97%
R=48.03%
G=50%
B=1.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17117870.0400.960.3062.4692.4336.27
HexABB2740601E3e5c24
Octal253262740140367613444
Binary101010111011001011110001100000111101111101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB207; }

 p { color: rgb(171,178,7); }

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

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

 a { background-color: rgb(171,178,7); }

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

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

 span { border-color: rgb(171,178,7); }

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