Html Css Color HEX #A3BA00 Citrus

📋 copy color: '#A3BA00'

red 163 ◦ green 186 ◦ blue 0

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

Shades of Citrus #A3BA00

Tints of Citrus #A3BA00

RGB

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

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

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

R = 46.7%
G = 53.3%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#A3BA00 (or 0xA3BA00) is known color: Citrus. HEX triplet: A3, BA and 00. RGB value is (163,186,0). Sum of RGB (Red+Green+Blue) = 163+186+0=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 186 (73.05% from 255 or 53.30% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 186 - color contains mainly: green. Hex color #A3BA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3BA00 is #5C45FF. Grayscale: #9E9E9E. Windows color (decimal): -6047232 or 47779. OLE color: 47779.

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

Color convert

RGB 163 186 0 -
CMYK 0.12 0 1 0.27
HSL 67.42º 1% 0.36% -
HSV(B) 67.42º 1% 0.73% -
XYZ 32.66 42.9 6.56 -
YUV 157.92 38.88 131.62 -
System Red Green Blue C M Y K H S L
Decimal 163 186 0 0.12 0 1 0.27 67.42 1 0.36
Hex A3 BA 0 C 0 64 1B 43 64 24
Octal 243 272 0 14 0 144 33 103 144 44
Binary 10100011 10111010 0 1100 0 1100100 11011 1000011 1100100 100100

Color Harmonies of #A3BA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BA00

Black with #A3BA00

Text Example


Text Example

White with #A3BA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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