Html Css Color HEX #A5B900 Citrus

📋 copy color: '#A5B900'

red 165 ◦ green 185 ◦ blue 0

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

Shades of Citrus #A5B900

Tints of Citrus #A5B900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.14%
G = 52.86%
B = 0%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#A5B900 (or 0xA5B900) is known color: Citrus. HEX triplet: A5, B9 and 00. RGB value is (165,185,0). Sum of RGB (Red+Green+Blue) = 165+185+0=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 185 (72.66% from 255 or 52.86% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B900 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5B900 is #5A46FF. Grayscale: #9E9E9E. Windows color (decimal): -5916416 or 47525. OLE color: 47525.

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

Color convert

RGB 165 185 0 -
CMYK 0.11 0 1 0.27
HSL 66.49º 1% 0.36% -
HSV(B) 66.49º 1% 0.73% -
XYZ 32.87 42.7 6.51 -
YUV 157.93 38.87 133.04 -
System Red Green Blue C M Y K H S L
Decimal 165 185 0 0.11 0 1 0.27 66.49 1 0.36
Hex A5 B9 0 B 0 64 1B 42 64 24
Octal 245 271 0 13 0 144 33 102 144 44
Binary 10100101 10111001 0 1011 0 1100100 11011 1000010 1100100 100100

Color Harmonies of #A5B900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B900

Black with #A5B900

Text Example


Text Example

White with #A5B900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B900; }

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

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

background-color css

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

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

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

border-color css

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

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

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