Html Css Color HEX #A3BA03 Citrus

📋 copy color: '#A3BA03'

red 163 ◦ green 186 ◦ blue 3

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

Shades of Citrus #A3BA03

Tints of Citrus #A3BA03

RGB

 RED value IS 163 (64.06% from 255) = 46.31%

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

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

R = 46.31%
G = 52.84%
B = 0.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#A3BA03 (or 0xA3BA03) is known color: Citrus. HEX triplet: A3, BA and 03. RGB value is (163,186,3). Sum of RGB (Red+Green+Blue) = 163+186+3=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 3 (1.56% from 255 or 0.85% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3BA03 is #5C45FC. Grayscale: #9E9E9E. Windows color (decimal): -6047229 or 244387. OLE color: 244387.

HSL color Cylindrical-coordinate representation of color #A3BA03: hue angle of 67.54º 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 #A3BA03 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 163 186 3 -
CMYK 0.12 0 0.98 0.27
HSL 67.54º 0.97% 0.37% -
HSV(B) 67.54º 0.98% 0.73% -
XYZ 32.68 42.91 6.65 -
YUV 158.26 40.38 131.38 -
System Red Green Blue C M Y K H S L
Decimal 163 186 3 0.12 0 0.98 0.27 67.54 0.97 0.37
Hex A3 BA 3 C 0 62 1B 44 61 25
Octal 243 272 3 14 0 142 33 104 141 45
Binary 10100011 10111010 11 1100 0 1100010 11011 1000100 1100001 100101

Color Harmonies of #A3BA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BA03

Black with #A3BA03

Text Example


Text Example

White with #A3BA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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