Html Css Color HEX #A3B613 Citrus

📋 copy color: '#A3B613'

red 163 ◦ green 182 ◦ blue 19

#A3B613
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #A3B613

Tints of Citrus #A3B613

RGB

 RED value IS 163 (64.06% from 255) = 44.78%

 GREEN value IS 182 (71.48% from 255) = 50%

 BLUE value IS 19 (7.81% from 255) = 5.22%

R = 44.78%
G = 50%
B = 5.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#A3B613 (or 0xA3B613) is known color: Citrus. HEX triplet: A3, B6 and 13. RGB value is (163,182,19). Sum of RGB (Red+Green+Blue) = 163+182+19=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 182 (71.48% from 255 or 50% from 364); Blue value is 19 (7.81% from 255 or 5.22% from 364); Max value from RGB is 182 - color contains mainly: green. Hex color #A3B613 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3B613 is #5C49EC. Grayscale: #9E9E9E. Windows color (decimal): -6048237 or 1291939. OLE color: 1291939.

HSL color Cylindrical-coordinate representation of color #A3B613: hue angle of 66.99º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3B613 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 182 19 -
CMYK 0.10 0 0.90 0.29
HSL 66.99º 0.81% 0.39% -
HSV(B) 66.99º 0.9% 0.71% -
XYZ 31.95 41.29 6.9 -
YUV 157.74 49.71 131.75 -
System Red Green Blue C M Y K H S L
Decimal 163 182 19 0.10 0 0.90 0.29 66.99 0.81 0.39
Hex A3 B6 13 A 0 5A 1D 43 51 27
Octal 243 266 23 12 0 132 35 103 121 47
Binary 10100011 10110110 10011 1010 0 1011010 11101 1000011 1010001 100111

Color Harmonies of #A3B613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B613

Black with #A3B613

Text Example


Text Example

White with #A3B613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B613; }

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

 H1.HeaderClassName
 {
   color: #A3B613;
 }
 .AnyTagClassName
 {
   color: #A3B613;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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