Html Css Color HEX #A5B910 Citrus

📋 copy color: '#A5B910'

red 165 ◦ green 185 ◦ blue 16

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

Shades of Citrus #A5B910

Tints of Citrus #A5B910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.37%

R = 45.08%
G = 50.55%
B = 4.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#A5B910 (or 0xA5B910) is known color: Citrus. HEX triplet: A5, B9 and 10. RGB value is (165,185,16). Sum of RGB (Red+Green+Blue) = 165+185+16=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 185 (72.66% from 255 or 50.55% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B910 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5B910 is #5A46EF. Grayscale: #A0A0A0. Windows color (decimal): -5916400 or 1096101. OLE color: 1096101.

HSL color Cylindrical-coordinate representation of color #A5B910: hue angle of 67.1º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A5B910 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 185 16 -
CMYK 0.11 0 0.91 0.27
HSL 67.1º 0.84% 0.39% -
HSV(B) 67.1º 0.91% 0.73% -
XYZ 32.96 42.73 7 -
YUV 159.75 46.87 131.74 -
System Red Green Blue C M Y K H S L
Decimal 165 185 16 0.11 0 0.91 0.27 67.1 0.84 0.39
Hex A5 B9 10 B 0 5B 1B 43 54 27
Octal 245 271 20 13 0 133 33 103 124 47
Binary 10100101 10111001 10000 1011 0 1011011 11011 1000011 1010100 100111

Color Harmonies of #A5B910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B910

Black with #A5B910

Text Example


Text Example

White with #A5B910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B910; }

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

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

background-color css

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

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

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

border-color css

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

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

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