#A8B20B

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

Shades of Citrus #A8B20B

Tints of Citrus #A8B20B

Color information

#A8B20B (or 0xA8B20B) is unknown color: approx Citrus. HEX triplet: A8, B2 and 0B. RGB value is (168,178,11). Sum of RGB (Red+Green+Blue) = 168+178+11=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 178 (69.92% from 255 or 49.86% from 357); Blue value is 11 (4.69% from 255 or 3.08% from 357); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B20B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8B20B is #574DF4. Grayscale: #9C9C9C. Windows color (decimal): -5721589 or 766632. OLE color: 766632.

HSL color Cylindrical-coordinate representation of color #A8B20B: hue angle of 63.59º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8B20B is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB16817811-
CMYK0.0600.940.30
HSL63.59º88.36%37.06%-
HSV(B)63.59º93.82%69.8%-
XYZ32.1340.196.38-
YUV155.9746.19136.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.06%
GREEN value IS 178 (69.92% from 255) = 49.86%
BLUE value IS 11 (4.69% from 255) = 3.08%
R=47.06%
G=49.86%
B=3.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal168178110.0600.940.3063.5988.3637.06
HexA8B2B605E1E405825
Octal25026213601363610013045
Binary10101000101100101011110010111101111010000001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B20B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B20B; }

 p { color: rgb(168,178,11); }

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

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

 a { background-color: rgb(168,178,11); }

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

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

 span { border-color: rgb(168,178,11); }

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