#A7B00E

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

Shades of Citrus #A7B00E

Tints of Citrus #A7B00E

Color information

#A7B00E (or 0xA7B00E) is unknown color: approx Citrus. HEX triplet: A7, B0 and 0E. RGB value is (167,176,14). Sum of RGB (Red+Green+Blue) = 167+176+14=357 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.78% from 357); Green value is 176 (69.14% from 255 or 49.30% from 357); Blue value is 14 (5.86% from 255 or 3.92% from 357); Max value from RGB is 176 - color contains mainly: green. Hex color #A7B00E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7B00E is #584FF1. Grayscale: #9B9B9B. Windows color (decimal): -5787634 or 962727. OLE color: 962727.

HSL color Cylindrical-coordinate representation of color #A7B00E: hue angle of 63.33º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A7B00E is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB16717614-
CMYK0.0500.920.31
HSL63.33º85.26%37.25%-
HSV(B)63.33º92.05%69.02%-
XYZ31.5439.36.34-
YUV154.8448.52136.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.78%
GREEN value IS 176 (69.14% from 255) = 49.30%
BLUE value IS 14 (5.86% from 255) = 3.92%
R=46.78%
G=49.30%
B=3.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167176140.0500.920.3163.3385.2637.25
HexA7B0E505C1F3f5525
Octal2472601650134377712545
Binary1010011110110000111010101011100111111111111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B00E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B00E; }

 p { color: rgb(167,176,14); }

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

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

 a { background-color: rgb(167,176,14); }

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

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

 span { border-color: rgb(167,176,14); }

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