Html Css Color HEX #A5B514 Citrus

📋 copy color: '#A5B514'

red 165 ◦ green 181 ◦ blue 20

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

Shades of Citrus #A5B514

Tints of Citrus #A5B514

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.45%

 BLUE value IS 20 (8.2% from 255) = 5.46%

R = 45.08%
G = 49.45%
B = 5.46%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#A5B514 (or 0xA5B514) is known color: Citrus. HEX triplet: A5, B5 and 14. RGB value is (165,181,20). Sum of RGB (Red+Green+Blue) = 165+181+20=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 181 (71.09% from 255 or 49.45% from 366); Blue value is 20 (8.20% from 255 or 5.46% from 366); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5B514 is #5A4AEB. Grayscale: #9E9E9E. Windows color (decimal): -5917420 or 1357221. OLE color: 1357221.

HSL color Cylindrical-coordinate representation of color #A5B514: hue angle of 65.96º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A5B514 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 181 20 -
CMYK 0.09 0 0.89 0.29
HSL 65.96º 0.8% 0.39% -
HSV(B) 65.96º 0.89% 0.71% -
XYZ 32.17 41.1 6.9 -
YUV 157.86 50.2 133.09 -
System Red Green Blue C M Y K H S L
Decimal 165 181 20 0.09 0 0.89 0.29 65.96 0.8 0.39
Hex A5 B5 14 9 0 59 1D 42 50 27
Octal 245 265 24 11 0 131 35 102 120 47
Binary 10100101 10110101 10100 1001 0 1011001 11101 1000010 1010000 100111

Color Harmonies of #A5B514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B514

Black with #A5B514

Text Example


Text Example

White with #A5B514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B514; }

 p { color: rgb(165,181,20); }

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

background-color css

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

 a { background-color: rgb(165,181,20); }

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

border-color css

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

 span { border-color: rgb(165,181,20); }

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