Html Css Color HEX #A5B913 Citrus

📋 copy color: '#A5B913'

red 165 ◦ green 185 ◦ blue 19

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

Shades of Citrus #A5B913

Tints of Citrus #A5B913

RGB

 RED value IS 165 (64.84% from 255) = 44.72%

 GREEN value IS 185 (72.66% from 255) = 50.14%

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

R = 44.72%
G = 50.14%
B = 5.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#A5B913 (or 0xA5B913) is known color: Citrus. HEX triplet: A5, B9 and 13. RGB value is (165,185,19). Sum of RGB (Red+Green+Blue) = 165+185+19=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 185 (72.66% from 255 or 50.14% from 369); Blue value is 19 (7.81% from 255 or 5.15% from 369); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B913 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5B913 is #5A46EC. Grayscale: #A0A0A0. Windows color (decimal): -5916397 or 1292709. OLE color: 1292709.

HSL color Cylindrical-coordinate representation of color #A5B913: hue angle of 67.23º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A5B913 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 185 19 -
CMYK 0.11 0 0.90 0.27
HSL 67.23º 0.81% 0.4% -
HSV(B) 67.23º 0.9% 0.73% -
XYZ 32.98 42.74 7.13 -
YUV 160.1 48.37 131.5 -
System Red Green Blue C M Y K H S L
Decimal 165 185 19 0.11 0 0.90 0.27 67.23 0.81 0.4
Hex A5 B9 13 B 0 5A 1B 43 51 28
Octal 245 271 23 13 0 132 33 103 121 50
Binary 10100101 10111001 10011 1011 0 1011010 11011 1000011 1010001 101000

Color Harmonies of #A5B913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B913

Black with #A5B913

Text Example


Text Example

White with #A5B913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B913; }

 p { color: rgb(165,185,19); }

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

background-color css

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

 a { background-color: rgb(165,185,19); }

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

border-color css

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

 span { border-color: rgb(165,185,19); }

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