Html Css Color HEX #A5BA03 Citrus

📋 copy color: '#A5BA03'

red 165 ◦ green 186 ◦ blue 3

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

Shades of Citrus #A5BA03

Tints of Citrus #A5BA03

RGB

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

 GREEN value IS 186 (73.05% from 255) = 52.54%

 BLUE value IS 3 (1.56% from 255) = 0.85%

R = 46.61%
G = 52.54%
B = 0.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#A5BA03 (or 0xA5BA03) is known color: Citrus. HEX triplet: A5, BA and 03. RGB value is (165,186,3). Sum of RGB (Red+Green+Blue) = 165+186+3=354 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.61% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5BA03 is #5A45FC. Grayscale: #9F9F9F. Windows color (decimal): -5916157 or 244389. OLE color: 244389.

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

Color convert

RGB 165 186 3 -
CMYK 0.11 0 0.98 0.27
HSL 66.89º 0.97% 0.37% -
HSV(B) 66.89º 0.98% 0.73% -
XYZ 33.09 43.12 6.67 -
YUV 158.86 40.04 132.38 -
System Red Green Blue C M Y K H S L
Decimal 165 186 3 0.11 0 0.98 0.27 66.89 0.97 0.37
Hex A5 BA 3 B 0 62 1B 43 61 25
Octal 245 272 3 13 0 142 33 103 141 45
Binary 10100101 10111010 11 1011 0 1100010 11011 1000011 1100001 100101

Color Harmonies of #A5BA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BA03

Black with #A5BA03

Text Example


Text Example

White with #A5BA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BA03; }

 p { color: rgb(165,186,3); }

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

background-color css

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

 a { background-color: rgb(165,186,3); }

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

border-color css

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

 span { border-color: rgb(165,186,3); }

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