Html Css Color HEX #A4B313 Citrus

📋 copy color: '#A4B313'

red 164 ◦ green 179 ◦ blue 19

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

Shades of Citrus #A4B313

Tints of Citrus #A4B313

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.45%

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

R = 45.3%
G = 49.45%
B = 5.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#A4B313 (or 0xA4B313) is known color: Citrus. HEX triplet: A4, B3 and 13. RGB value is (164,179,19). Sum of RGB (Red+Green+Blue) = 164+179+19=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 179 (70.31% from 255 or 49.45% from 362); Blue value is 19 (7.81% from 255 or 5.25% from 362); Max value from RGB is 179 - color contains mainly: green. Hex color #A4B313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4B313 is #5B4CEC. Grayscale: #9C9C9C. Windows color (decimal): -5983469 or 1291172. OLE color: 1291172.

HSL color Cylindrical-coordinate representation of color #A4B313: hue angle of 65.62º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A4B313 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 164 179 19 -
CMYK 0.08 0 0.89 0.30
HSL 65.63º 0.81% 0.39% -
HSV(B) 65.63º 0.89% 0.7% -
XYZ 31.55 40.18 6.71 -
YUV 156.28 50.53 133.51 -
System Red Green Blue C M Y K H S L
Decimal 164 179 19 0.08 0 0.89 0.30 65.63 0.81 0.39
Hex A4 B3 13 8 0 59 1E 42 51 27
Octal 244 263 23 10 0 131 36 102 121 47
Binary 10100100 10110011 10011 1000 0 1011001 11110 1000010 1010001 100111

Color Harmonies of #A4B313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B313

Black with #A4B313

Text Example


Text Example

White with #A4B313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B313; }

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

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

background-color css

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

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

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

border-color css

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

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

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