Html Css Color HEX #A4B613 Citrus

📋 copy color: '#A4B613'

red 164 ◦ green 182 ◦ blue 19

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

Shades of Citrus #A4B613

Tints of Citrus #A4B613

RGB

 RED value IS 164 (64.45% from 255) = 44.93%

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

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

R = 44.93%
G = 49.86%
B = 5.21%

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

#A4B613 (or 0xA4B613) is known color: Citrus. HEX triplet: A4, B6 and 13. RGB value is (164,182,19). Sum of RGB (Red+Green+Blue) = 164+182+19=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 182 (71.48% from 255 or 49.86% from 365); Blue value is 19 (7.81% from 255 or 5.21% from 365); Max value from RGB is 182 - color contains mainly: green. Hex color #A4B613 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4B613 is #5B49EC. Grayscale: #9E9E9E. Windows color (decimal): -5982701 or 1291940. OLE color: 1291940.

HSL color Cylindrical-coordinate representation of color #A4B613: hue angle of 66.63º 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 #A4B613 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 182 19 -
CMYK 0.10 0 0.90 0.29
HSL 66.63º 0.81% 0.39% -
HSV(B) 66.63º 0.9% 0.71% -
XYZ 32.16 41.4 6.91 -
YUV 158.04 49.54 132.25 -
System Red Green Blue C M Y K H S L
Decimal 164 182 19 0.10 0 0.90 0.29 66.63 0.81 0.39
Hex A4 B6 13 A 0 5A 1D 43 51 27
Octal 244 266 23 12 0 132 35 103 121 47
Binary 10100100 10110110 10011 1010 0 1011010 11101 1000011 1010001 100111

Color Harmonies of #A4B613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B613

Black with #A4B613

Text Example


Text Example

White with #A4B613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B613; }

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

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

background-color css

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

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

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

border-color css

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

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

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