#A3B608

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

Shades of Citrus #A3B608

Tints of Citrus #A3B608

Color information

#A3B608 (or 0xA3B608) is unknown color: approx Citrus. HEX triplet: A3, B6 and 08. RGB value is (163,182,8). Sum of RGB (Red+Green+Blue) = 163+182+8=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 182 (71.48% from 255 or 51.56% from 353); Blue value is 8 (3.52% from 255 or 2.27% from 353); Max value from RGB is 182 - color contains mainly: green. Hex color #A3B608 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3B608 is #5C49F7. Grayscale: #9D9D9D. Windows color (decimal): -6048248 or 571043. OLE color: 571043.

HSL color Cylindrical-coordinate representation of color #A3B608: hue angle of 66.55º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A3B608 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB1631828-
CMYK0.1000.960.29
HSL66.55º91.58%37.25%-
HSV(B)66.55º95.6%71.37%-
XYZ31.8841.266.51-
YUV156.4844.21132.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.18%
GREEN value IS 182 (71.48% from 255) = 51.56%
BLUE value IS 8 (3.52% from 255) = 2.27%
R=46.18%
G=51.56%
B=2.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16318280.1000.960.2966.5591.5837.25
HexA3B68A0601D435c25
Octal243266101201403510313445
Binary101000111011011010001010011000001110110000111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B608; }

 p { color: rgb(163,182,8); }

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

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

 a { background-color: rgb(163,182,8); }

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

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

 span { border-color: rgb(163,182,8); }

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