#a7b100

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

Shades of Citrus #A7B100

Tints of Citrus #A7B100

Color information

#A7B100 (or 0xA7B100) is unknown color: approx Citrus. HEX triplet: A7, B1 and 00. RGB value is (167,177,0). Sum of RGB (Red+Green+Blue) = 167+177+0=344 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.55% from 344); Green value is 177 (69.53% from 255 or 51.45% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7B100 is #584EFF. Grayscale: #9A9A9A. Windows color (decimal): -5787392 or 45479. OLE color: 45479.

HSL color Cylindrical-coordinate representation of color #A7B100: hue angle of 63.39º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A7B100 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB1671770-
CMYK0.06010.31
HSL63.39º100%34.71%-
HSV(B)63.39º100%69.41%-
XYZ31.6639.665.99-
YUV153.8341.19137.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.55%
GREEN value IS 177 (69.53% from 255) = 51.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.55%
G=51.45%
B=0%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16717700.06010.3163.3910034.71
HexA7B1060641F3f6423
Octal247261060144377714443
Binary1010011110110001011001100100111111111111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7b100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7b100; }

 p { color: rgb(167,177,0); }

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

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

 a { background-color: rgb(167,177,0); }

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

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

 span { border-color: rgb(167,177,0); }

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