#A8B20C

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

Shades of Citrus #A8B20C

Tints of Citrus #A8B20C

Color information

#A8B20C (or 0xA8B20C) is unknown color: approx Citrus. HEX triplet: A8, B2 and 0C. RGB value is (168,178,12). Sum of RGB (Red+Green+Blue) = 168+178+12=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 178 (69.92% from 255 or 49.72% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B20C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8B20C is #574DF3. Grayscale: #9C9C9C. Windows color (decimal): -5721588 or 832168. OLE color: 832168.

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

Color convert

RGB16817812-
CMYK0.0600.930.30
HSL63.61º87.37%37.25%-
HSV(B)63.61º93.26%69.8%-
XYZ32.1440.196.41-
YUV156.0946.69136.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.93%
GREEN value IS 178 (69.92% from 255) = 49.72%
BLUE value IS 12 (5.08% from 255) = 3.35%
R=46.93%
G=49.72%
B=3.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal168178120.0600.930.3063.6187.3737.25
HexA8B2C605D1E405725
Octal25026214601353610012745
Binary10101000101100101100110010111011111010000001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B20C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B20C; }

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

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

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

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

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

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

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

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